Bug #28278
closedNew pages created through pagetree don't take pageTS-defaults into account
0%
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
Updated by Stefan Neufeind over 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
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from New to Accepted
Updated by Susanne Moog over 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)