Actions
Feature #90179
closedBE permission system currently global only
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2020-01-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Imagine a TYPO3 project with two page trees "Foo" and "Bar". I want to give my BE editor access to both page trees, but have a different permission system for each of them.
Example:
Example:
- In "Foo", the editor should not be able to edit the default language, but other languages
- In "Bar", the editor should be able to edit the default language
and so on.
These BE group permissions are currently applied globally: The permissions you give to the user are applied to every single site in the same way. To apply other permission restrictions to specific page trees, you currently have to use a lot of hooks to hack in the functionality.
As a better solution, it would be useful if you could choose to apply BE group permissions either globally or only on a specific Site.
Actions