Feature #65550
closed
Create configuration possibility to define sorting order of tables listed in List module
Added by Markus Klein over 9 years ago.
Updated about 7 years ago.
Category:
Backend User Interface
Sprint Focus:
Remote Sprint
Description
The idea is to add a configuration option like:
mod.web_list.tableSortingOrder.<table name>.<before|after> = <list of table names>
Example:
mod.web_list.tableSortingOrder.tt_content.after = pages
mod.web_list.tableSortingOrder.tx_news_domain_model_news.after = tt_content,pages
mod.web_list.tableSortingOrder.sys_category.after = pages
mod.web_list.tableSortingOrder.sys_category.before = tx_news_domain_model_news
For resolving this list the DependencyResolver for packages might be reused, which already implements a tree-based resolution algorithm.
- Description updated (diff)
When you have a lot of tables in a complex extension and most of the are not used very often it's a long way to scroll to the correct table.
The feature of sorting tables at least in an extension was there before by defining the order of the tables ctrl sections in ext_tables.php.
Since the tables are not defined in ext_tables.php anymore but solely in Configuration/TCA/tx_myextension_xxx.php this is not possible anymore.
I consider this to be a valuable addition!
- Subject changed from Create configuration possibilty to define sorting order of tables listed in List module to Create configuration possibility to define sorting order of tables listed in List module
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40932
- Sprint Focus set to Remote Sprint
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40932
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40932
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40932
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40932
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40932
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40932
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40932
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40932
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF