Actions
Bug #84017
closedTSConfig "options.contextMenu.table.pages.tree.disableItems " seems ignored
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2018-02-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
User TSConfig, Pagetree
Complexity:
Is Regression:
Sprint Focus:
Description
It seems that TSConfig manual "contextMenu.pageTree.disableItems
is no more working on TYPO3 9.2.0
To reproduce¶
1) create an editor BE user
2) add to its USER TSConfig:
options.contextMenu.table.pages.tree.disableItems = view, edit, new, info, copy, copyRelease, cut, cutRelease, pasteAfter, pasteInto, newWizard, openListModule, mountAsTreeRoot, enable, disable, delete, history, clearCache
this should remove almost everything from the context menu of the pagetree
3) switch user
Result¶
the context menu in pagetree still has all its elements.
Actions