Toggle direct permissions? #1860
Unanswered
PenguinDetective
asked this question in
Q&A
Replies: 1 comment
-
You could make your own functions based on those |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How would I go about checking if a permission is assigned to a role or a user directly? I thought about adding a flag,
is_direct
(or any suggestions on a better name) to the permission and only if this boolean value is true, then allow to assign it directly to a user but not a role, and vice versa.Beta Was this translation helpful? Give feedback.
All reactions