Project

General

Profile

Actions

Bug #81609

closed

Display Messages checkbox missing from Admin Panel

Added by Torsten Schrade almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-06-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

AdminPanel_before.png (56.7 KB) AdminPanel_before.png Torsten Schrade, 2017-06-19 06:34
AdminPanel_after.png (64.6 KB) AdminPanel_after.png Torsten Schrade, 2017-06-19 06:34
Actions

Also available in: Atom PDF