Actions
Bug #52955
closed"new page drag area" did not recognize labels of new page doktypes
Start date:
2013-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
If you add a new page doktype and add it to the "new page drag area" in the page tree, the label of the new doktype is not shown.
This is because the label map array in the ExtdirectTreeDataProvider is hardcoded.
File: typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeDataProvider.php
Function: getNodeTypes()
Line: 115ff
Solution:
Get the label map array from TCA.
Files
Actions