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
I have an issue with user permissions. Let's say I have a permission branches like (perm user product list) (perm user product view) (perm user product edit)
My new user has by default granted (user product list) permission. Now for administration purposes I'd like to grant to a specific user the (user product) permission. But user:grant does not add this permission (as the branch-equal is true for these two branches).
I suppose this is not intended behavior.
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue with user permissions. Let's say I have a permission branches like
(perm user product list)
(perm user product view)
(perm user product edit)
My new user has by default granted
(user product list)
permission. Now for administration purposes I'd like to grant to a specific user the(user product)
permission. Butuser:grant
does not add this permission (as thebranch-equal
is true for these two branches).I suppose this is not intended behavior.
The text was updated successfully, but these errors were encountered: