Bug #52955
closed"new page drag area" did not recognize labels of new page doktypes
100%
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
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24934
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/24934
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27704
Updated by Caspar Stuebs almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b7169bb3781f40666b9ea40c3764ffd1edbbfde2.