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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[X ] Documentation issue or request
Current behavior
How do 'hasPermission' and 'hasOnlyRoles' work?
I do a this._rolesService.addRoleWithPermissions('ADMIN', ['admin' ]);
both hasPermission('admin') and hasOnlyRoles('ADMIN') return false
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
How do 'hasPermission' and 'hasOnlyRoles' work?
I do a this._rolesService.addRoleWithPermissions('ADMIN', ['admin' ]);
both hasPermission('admin') and hasOnlyRoles('ADMIN') return false
The text was updated successfully, but these errors were encountered: