Actions
Bug #95431
closed"more" arrow/link in csh-tooltip is not rendered for non-admin users (popup-css-class not rendered at all)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2021-10-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Starting from TYPO3 v9, the CSS class to trigger a link to the detail popup from CSH tooltips in the backend (usually defined via a XLIFF-File wit ".details" type in node IDs) is not rendered at all for non-admin users.
This seems to be due to a wrong backend module name passed to access-rights check of logged-in BE User in \TYPO3\CMS\Backend\Utility\BackendUtility::helpTextArray . the hard-coded module name now is "help_CshmanualCshmanual" (which is wrong), the correct name has to be "help_cshmanual".
Actions