Bug #103011
closedmaxDBListItems cannot be set to 0 anymore
100%
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
Updated by Christian Weiske 10 months ago
- Related to Task #92103: DatabaseRecordList: Streamline limit handling added
Updated by Gerrit Code Review 10 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82759
Updated by Gerrit Code Review 10 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82738
Updated by Oliver Bartsch 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 10585f2dce13770fc73043e3d319b6f7cc796f46.
Updated by Christian Weiske 10 months ago
Thank you for the super fast patch Oliver!