Actions
Task #84376
closedDrop $GLOBALS['SOBE'] in NewRecordController
Start date:
2018-03-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The NewRecordController
currently sets $GLOBALS['SOBE']
which is required by NewRecordPageTreeView::expandNext()
to determine which page subtree to expand in the page creation wizard accessible through the page tree context menu.
This should be refactored to get rid of $GLOBALS['SOBE']
in this class.
Actions