You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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