Actions
Feature #98110
closedAdd an option to sort tables list in DBCheck by name and use table name as label when table title is not defined in TCA
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2022-08-09
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.4
Tags:
dbcheck, lowlevel
Complexity:
easy
Sprint Focus:
Description
When we have a lot of tables configured in TCA and we often use DbCheck module to search for database records in those tables it is often hard to quickly find the table we are interestend with if we do not knot exact name etc.
It would be much easier to search this select list if we could sort items by table name.
Sometimes developers forget to add title for one or more tables in TCA and it results with an item withouot label on teh select list in DBCheck module.
So second usefull change would be to render table name not title when the title is missing in TCA.
Actions