Project

General

Profile

Actions

Bug #28278

closed

New pages created through pagetree don't take pageTS-defaults into account

Added by Stefan Neufeind almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-07-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using the page tree (icons above it, dragging and dropping them somewhere in the tree) the pageTS for new pages are not taken into account.

default work when clicking on a page, selecting "new" and choosing the page-position through the wizard on the right. But creating pages through the pagetree doesn't take defaults into account at all.

Releases: 4.5, 4.6


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #25021: Create page via drag'n'drop does not respect TCAdefaults in pagetsClosed2011-02-13

Actions
Actions #1

Updated by Stefan Neufeind almost 13 years ago

Creating a new page through pagetree goes through class.t3lib_tcemain.php::process_datamap().

PageTS could be accessed through:
$pageTS = t3lib_beFunc::getPagesTSconfig($pid);
if (isset($pageTS['TCAdefaults.'])) {
See for example typo3/sysext/wizard_crpages/class.tx_wizardcrpages_webfunc_2.php or t3lib/class.t3lib_transferdata.php

Actions #2

Updated by Tolleiv Nietsch almost 13 years ago

  • Status changed from New to Accepted
Actions #3

Updated by Susanne Moog almost 13 years ago

  • Status changed from Accepted to Closed

Closed as duplicate... see http://forge.typo3.org/issues/25021

(and as this is the 4th duplicate: please search before you report a bug)

Actions

Also available in: Atom PDF