Actions
Bug #80178
closedRename TCA ctrl|sortby
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2017-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There are 2 configurations in the ctrl section of a table which are nearly the same but do different things:
sortby
holds the field name for the sorting (integer) fielddefault_sortby
. sorting column like the title.
Many users used the wrong one and this lead to have e.g. all title fields set to a random sorting id.
We need to deprecate either one of those or better both to have a new and better name
Updated by Christian Kuhn over 7 years ago
both have a hint in the docs to not confuse them with each other.
Updated by Georg Ringer over 7 years ago
And I often see that people loose data because of wrong configuration.
Core could also check if sortby field is integer or if it is not the same as the label field..
Updated by Susanne Moog almost 7 years ago
- Target version changed from 9.0 to 9.2
Updated by Benni Mack almost 7 years ago
we could rename "default_sortby" to "default_order_in_lists"?
Updated by Benni Mack over 6 years ago
- Target version changed from 9.2 to Candidate for Major Version
ping. How to proceed here?
Updated by Georg Ringer about 6 years ago
- Status changed from Accepted to Closed
I am closing this issue. it doesn't make sense to touch 1 or 2 fields and keep rest like that.
Actions