[TASK] Migrate leftover userfunc for tt_content to hook class
One method still initialized on every uncached call is user_sortPluginList() which is used in TCA tt_content to sort all plugins by name (trivial, right?). The patch moves the code in the right direction. Releases: master Resolves: #63006 Change-Id: I9be865ee3429e033a924b00d0e1b98ad4159c15e Reviewed-on: http://review.typo3.org/34244 Reviewed-by:Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/cms/ext_tables.php 1 addition, 12 deletionstypo3/sysext/cms/ext_tables.php
- typo3/sysext/frontend/Classes/Hooks/TableColumnHooks.php 35 additions, 0 deletionstypo3/sysext/frontend/Classes/Hooks/TableColumnHooks.php
- typo3/sysext/frontend/Configuration/TCA/tt_content.php 1 addition, 1 deletiontypo3/sysext/frontend/Configuration/TCA/tt_content.php
Please register or sign in to comment