Bug #62257
closedTCAdefaults are not respected when creating a page via drag'n'drop
0%
Description
When creating a page inside the pagetree via drag'n'drop UserTSconfig TCAdefaults are not evaluated.
For Example:
I´ve created an User with the following TSconfig
TCAdefaults.pages.l18n_cfg = 2
This should check the "Hide page if no translation for current language exists" option in the behaviour tab.
While this works fine when the page is created with the list module, it has absolutely no effect when created via drag'n'drop.
I found an older related issue that says the bug should be fixed, but the problem seems the same.
https://forge.typo3.org/issues/25021
Updated by Juan Manuel Vergés Solanas almost 10 years ago
This is not working:
[page|doktype = 70]
TCAdefaults.pages.tx_fed_page_controller_action=m8thlayout->Layout
[GLOBAL]
This is working:
TCAdefaults.pages.tx_fed_page_controller_action=m8thlayout->Layout
Why?
Updated by Riccardo De Contardi about 9 years ago
- Status changed from New to Closed
I close this as it is a duplicate of #59383, please continue the discussion there.
If you think that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.