Actions
Bug #103011
closedmaxDBListItems cannot be set to 0 anymore
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
In TYPO3 up to v10, it was possible to disable showing records for specific tables in the generic list view of a page by settings TCA interface.maxDBListItems = 0
.
With TYPO3 v11 (specifically issue #92103) the limit is clamped to 5-10000.
My use case are data tables that contain thousands of records and are imported automatically. The list view is only there for debugging purposes, which are normally not needed. Having records showing in the normal page list view only adds noise. If people really want to see the records, they can switch to the single table list view.
Files
Actions