Project

General

Profile

Actions

Feature #65550

closed

Create configuration possibility to define sorting order of tables listed in List module

Added by Markus Klein about 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2015-07-09
Due date:
2015-07-09
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
medium
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.


Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Feature #18424: Enable manual ordering of tables in list viewClosed2008-03-11

Actions
Follows TYPO3 Core - Task #67986: Adjust DependencyOrderService to set elements without dependencies lastClosedMarkus Klein2015-07-08

Actions
Actions

Also available in: Atom PDF