Bug #82466
closedError in BackendUtility->getRecordIconAltText
0%
Description
There is an error in the method getRecordIconAltText
in the BackendUtility
class:
https://api.typo3.org/typo3cms/8/html/backend_2_classes_2_utility_2_backend_utility_8php_source.html#l01935
The condition should check for $ctrl['endtime']
instead of $row[$ctrl['endtime']]
. (Like the conditions for "disabled" and "starttime" in the lines before.)
Updated by Gerrit Code Review about 7 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/54129
Updated by Gerrit Code Review about 7 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/54129
Updated by Gerrit Code Review about 7 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/54129
Updated by Christian Kuhn about 6 years ago
- Status changed from Under Review to Closed
an according change has been review and rejected. please see comments in the review workflow. i'll close the issue for now.