Bug #20985
closedHidden shortcut icon leaves the unreplaced marker ###SHORTCUT###
100%
Description
If shortcuts are disabled (using options.enableShortcuts = 0), then the shortcut icon should be hidden und nothing should be displayed instead.
But at the moment you get the unreplaced marker ###SHORTCUT###.
Steps to reproduce:
1. Set options.enableShortcuts = 0 in the User or Group TSconfig.
2. Go to the filelist module and edit a file.
3. In the upper right corner there's "###SHORTCUT###" printed where there should be nothing.
(issue imported from #M11864)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
-1)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Riccardo De Contardi over 11 years ago
As far as I can see in TSConfig manual, options.enableShortcuts is deprecated since TYPO3 4.5, so maybe this issue can be closed.
options.enableBookmarks = 0 does not leave the unreplaced marker in page, the bookmark icon simply disappears.
Tested in TYPO3 CMS 4.7.7 and 6.1
Updated by Chris topher over 11 years ago
- Status changed from Needs Feedback to Closed
- % Done changed from 0 to 100
Riccardo De Contardi wrote:
As far as I can see in TSConfig manual, options.enableShortcuts is deprecated since TYPO3 4.5, so maybe this issue can be closed.
options.enableShortcuts and options.enableBookmarks are doing exactly the same; the only thing that changed was the option name.
options.enableBookmarks = 0 does not leave the unreplaced marker in page, the bookmark icon simply disappears.
Tested in TYPO3 CMS 4.7.7 and 6.1
Perfect, thanks for the feedback!