Bug #95431
closed"more" arrow/link in csh-tooltip is not rendered for non-admin users (popup-css-class not rendered at all)
100%
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".
Updated by Frank Gerards about 3 years ago
- Subject changed from "more" arrow/link in csh-tooltip is not rendered for non-admin users to "more" arrow/link in csh-tooltip is not rendered for non-admin users (popup-css-class not rendered at all)
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/71448
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/71448
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71450
Updated by Georg Ringer about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9fccd106cd40e3ac58e640c64f9c4c92171e6fa2.