Actions
Bug #86882
closedTSConfig "options.contextMenu.table.pages.tree.disableItems" not working
Start date:
2018-11-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
User TSConfig, Pagetree
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The user TSConfig option "options.contextMenu.table.pages.tree.disableItems" is not working on TYPO3 9.5.1.
https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Examples/ContextualMenu/Index.html#disabling-context-menu-items-from-tsconfig
To reproduce
1# create an editor BE user
2# add to its USER TSConfig:
options.contextMenu.table.pages.tree.disableItems = edit,new
this should remove edit and new from the context menu of the pagetree
3# switch user
Result
the context menu in pagetree still has the edit and new elements.
Updated by Georg Ringer about 6 years ago
- Category changed from Pagetree to Backend API
- Status changed from New to Accepted
- Assignee set to Georg Ringer
- Is Regression set to Yes
thanks for the patch. has been confirmed and is a regression of #84993
Updated by Georg Ringer about 6 years ago
- Related to Task #84993: Deprecate BackendUserAuthentication ->getTSConfigVal() and ->getTSConfigProp() added
Updated by Gerrit Code Review about 6 years ago
- Status changed from Accepted 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/58871
Updated by Georg Ringer about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a445cca676a5c03f2c95818b32ec5c3694137e33.
Actions