- Issue created by @plopesc
- Merge request !21Issue #3492926: RoleDelegationRemoveRoleUser and RoleDelegationAddRoleUser... β (Open) created by plopesc
RoleDelegationRemoveRoleUser
and RoleDelegationAddRoleUser
plugins override the patrent's access()
method to allow to assign roles to users who do not have the administer users permission.
However, the code inside the method, assumes that $return_as_object
parameter is always a boolean, hence giving false Access Denied errors to users with the permission mentioned above.
Fix code to honor the $return_as_object
parameter.
Active
1.0
Code