Manage All Modules Permissions #1561
Answered
by
sbwalker
Sharafudeen
asked this question in
General
-
Hi, I'm trying to create a module which will list and manage all modules settings and permissions. How can I read all (view & edit) permissions and manage (CRUD) them? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
sbwalker
Jul 17, 2021
Replies: 1 comment
-
The framework does not currently include an API controller for managing permissions independently from entities - so you would need to create your own API controller |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sharafudeen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The framework does not currently include an API controller for managing permissions independently from entities - so you would need to create your own API controller