Actions
Task #92127
closedDatabaseRecordList: Drop properties iLimit and totalItems
Start date:
2020-08-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The properties iLimit and totalItems are only used in the getTable() method and in subordinated methods for the pagination.
Therefore, they could be replaced by local variables and the properties could be removed.
Updated by Gerrit Code Review about 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65500
Updated by Daniel Windloff about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d9b188f47cfd4e05b3c9fd24f8c205925c09a751.
Actions