Bug #81609
closedDisplay Messages checkbox missing from Admin Panel
100%
Description
The admin panel normally has a checkbox to show log messages set with function \TYPO3\CMS\Core\TimeTracker\TimeTracker->setTSlogMessage. Since TYPO3 version 8.7 this checkbox seems to have been accidentally skipped during the refactoring of class \TYPO3\CMS\Frontend\View\AdminPanelView->getTSDebugModule.
This makes it impossible to show TS log messages in the admin panel in TYPO3 versions 8.7 and above. Currently the only way to display TS log messages is to generally activate them with TSConfig (admPanel.tsdebug.displayMessages = 1). TYPO3 7.6 still has the checkbox.
The functionality is still there. The HTML for the checkbox just needs to be added in function getTSDebugModule (see screenshots before/after) and according patch.
Files
Updated by Gerrit Code Review over 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/53259
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53462
Updated by Torsten Schrade over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a91ec116ca3393bfc2763c3c4166c7e54903d8e6.