Actions
Task #78549
closedRework TSconfig mod.web_list.newPageWiz.overrideWithExtension
Start date:
2016-11-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In #70055 the newContent/PageWiz was reworked and mod.web_list.newContentWiz.overrideWithExtension was replaced by mod.newContentElementWizard.override. But for mod.web_list.newPageWiz.overrideWithExtension it was forgotten and so this part isn't useable now, as PagePositionMap links to pathToExt/mod1/index.php (which also misses CSRF protection).
Code in question: https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php#L277
Actions