Actions
Task #85258
closedRename $sortRow variable in the datahandler
Start date:
2018-06-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Datahandler in many sorting related functions uses $sortRow variable which actually contains the column name defined in ['ctrl']['sortby'] TCA configuration.
To make the code easier to understand the variable should be renamed to sth like $sortColumn
Updated by Gerrit Code Review over 6 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/57214
Updated by Tymoteusz Motylewski over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4428c6016784c72df94ceebcd58a2ec9e4e78812.
Actions