Actions
Bug #96920
closedFooter for PageLayout elements does not contain name of usergroup
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-02-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The footer for elements in the page module contain information about starttime, endtime and access (fe_group) for an element.
Since TYPO3 v11 the fe_groups are shown only with their UID instead of the title.
This appears to be an issue in BackendUtility::getProcessedValue:
BackendUtility v11
In v10.4 the UIDs were changed to their labels:
BackendUtility v10
Files
Actions