Actions
Bug #88099
closedNot possible to sort parts of the page tree differently anymore
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2019-04-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since a long time we are using pages for news or events, instead of the regular records like tx_news does. With the old page tree it was possible to sort parts of the page tree differently with the hook
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php']['postProcessCollections']
This hook was very convenient to sort news pages by date in a news storage folder. We use it for a lot of our clients, including a big university news website.
This hook, but also other ones related to the page tree, have been removed without any deprecation warning, which is not according to the TYPO3 core team rules, so I'm wondering what happened. The only thing to solve this fast for our clients is to overwrite the new page tree repository completely
Actions