Permission by tenant group #8881
Answered
by
drmsoffall
jschewebbn
asked this question in
Q&A
-
I know how to create permissions that are limited by tenant, this works well. However I'm wondering if it's possible to create permission based on tenant group. |
Beta Was this translation helpful? Give feedback.
Answered by
drmsoffall
Mar 16, 2022
Replies: 1 comment 3 replies
-
You can use double underscores in constraints to access related objects/fields. If you use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jschewebbn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use double underscores in constraints to access related objects/fields. If you use
tenant
in your constraints now, you can usetenant__group
to access the tenant's group.