Replies: 1 comment 1 reply
-
Did you find or reach any solutions? I am basically building a similar site and had some partial success but still have some issues when setting up some restrictions. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, maybe someone has some info how to get by this problem:
Right now i work on an Multi Tenant app. I have made some user roles: 'super-admin', 'admin, 'user.
My tenants should not know about the tenancy of my admin panel so i made the Tenant field on every collection only visible to the 'super-admin' and this role is also, thanks to an custom field, the only one that can create users with that role.
But now i am facing the problem that the tenant field is visible in the list filters and column config. I would like to have it there. But only for the 'super-admin'. The only thing i found was disabeling the field everywhere with these options:
Is there any possibillity to make it available only under an condition? As i did not found any possibillity for these options to set the boolean dynamic like its possible with hooks and conditions.
Beta Was this translation helpful? Give feedback.
All reactions