Feature #90179
closedBE permission system currently global only
0%
Description
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.
Updated by Georg Ringer 4 months ago
- Status changed from New to Rejected
Hey Christian,
I am closing this issue because with any records with no sites, this will fail. think about sys_file_metadata which has no site context. which settings are then used?
there are a lot of options how this can be changed as integrator/dev, e.g. dataproviders of formengine and remove fields but I don't see any option in the core