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
New to Nova and taking over project from another dev.
I have Users and Organizations in a many to many.
Users can be attached to many organizations.
When I click to view a User, I get the Attach Organization button.
I want to be able to restrict access to be able to Attach based on a user's role.
In looking at the documentation, there is the attach function.
In my UserPolicy I defined attachOrganization() with a return of FALSE.
I still see the Attach Organization button.
When I click through, the drop down for Choose Organization doesn't show any organizations, so I suppose you could say it's restricting me from adding any, since I can't select any. However, if the user doesn't have access to attach, I would think use shouldn't see the Attach Organization in the first place.
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
Uh oh!
There was an error while loading. Please reload this page.
-
New to Nova and taking over project from another dev.
I have Users and Organizations in a many to many.
Users can be attached to many organizations.
When I click to view a User, I get the Attach Organization button.
I want to be able to restrict access to be able to Attach based on a user's role.
In looking at the documentation, there is the attach function.
In my UserPolicy I defined attachOrganization() with a return of FALSE.
I still see the Attach Organization button.
When I click through, the drop down for Choose Organization doesn't show any organizations, so I suppose you could say it's restricting me from adding any, since I can't select any. However, if the user doesn't have access to attach, I would think use shouldn't see the Attach Organization in the first place.
Beta Was this translation helpful? Give feedback.
All reactions