Feature #65550
Updated by Markus Klein over 9 years ago
The idea is to add a configuration option like: <pre> mod.web_list.tableSortingOrder.<table name>.<before|after> = <list of table names> </pre> Example: <pre> 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 </pre> For resolving this list the DependencyResolver for packages might be reused, which already implements a tree-based resolution algorithm.