Replies: 1 comment
-
For future reference: I made a PR for this. I not sure if it will be merged, but can be used to modify files manually to get this functionality if somebody will need it :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I checked docs and source code, but I thought to ask anyway in case I missed something :)
Is it possible to set different permission level per twill module. For example: general level would be PermissionLevel::LEVEL_ROLE_GROUP, but module 'pages' would have PermissionLevel::LEVEL_ROLE_GROUP_ITEM level of control.
We would need this, because it makes no sense for us to limit let say 'posts' (with 3000+ items) per item level, but we would like to limit who can edit specific page (for example page connected to news).
It there any other way to get to something like that?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions