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
Describe the bug
If you have teams enabled, the built-in Laratrust panel has no way of selecting a team for the permissions to apply to.
To Reproduce
Assign a permission to a user + team.
On the Roles & Permissions assignment page, edit the user.
The panel shows all permissions assigned to the user, regardless of team_id column, and when saving it will duplicate all permissions again to that user with a null team id.
What I expect to happen
I expect that if teams are enabled, that for each user you can select Global (null team id), or select per team to assign permissions.
Apologies if I have mis understood the working of this package, but I believe this is the correct behaviour (and the panel is wrong). I'd love to not have to recreate the wheel!
The text was updated successfully, but these errors were encountered:
@santigarcor would it be a beneficial thing to 1) note that in the page, and 2) ensure that only permissions/roles without a team_id are edited with the editor? Unless of course perhaps there is a version in the making that can manage team_id's
Describe the bug
If you have teams enabled, the built-in Laratrust panel has no way of selecting a team for the permissions to apply to.
To Reproduce
Assign a permission to a user + team.
On the Roles & Permissions assignment page, edit the user.
The panel shows all permissions assigned to the user, regardless of team_id column, and when saving it will duplicate all permissions again to that user with a null team id.
What I expect to happen
I expect that if teams are enabled, that for each user you can select Global (null team id), or select per team to assign permissions.
Apologies if I have mis understood the working of this package, but I believe this is the correct behaviour (and the panel is wrong). I'd love to not have to recreate the wheel!
The text was updated successfully, but these errors were encountered: