Task #92922
closedDeprecate calling AbstractTreeView::getIcon() with records uid as first parameter
100%
Description
Since the parameter name is $row
and the record is fetched anyways (if uid is provided), the use of the uid should be deprecated to increase type safety and properly reflect the parameter name.
Updated by Gerrit Code Review almost 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/+/66892
Updated by Gerrit Code Review almost 4 years ago
Patch set 2 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/+/66892
Updated by Gerrit Code Review almost 4 years ago
Patch set 3 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/+/66892
Updated by Oliver Bartsch almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7f2b4071ca486672e76f7273ea99206147aabdbd.
Updated by Oliver Bartsch almost 3 years ago
- Related to Task #96144: Remove possibility to pass a records uid to AbstractTreeView::getIcon() added