Fixing a caching bug found by cheeks.
This commit is contained in:
parent
5d9175b981
commit
f0d447abcd
|
@ -148,7 +148,7 @@ class AccessController {
|
|||
let roleIds = this.userHierarchies[userRoleId]
|
||||
if (!roleIds) {
|
||||
roleIds = await exports.getUserRoleHierarchy(this.appId, userRoleId)
|
||||
this.userHierarchies[userRoleId] = userRoleId
|
||||
this.userHierarchies[userRoleId] = roleIds
|
||||
}
|
||||
|
||||
return roleIds.indexOf(tryingRoleId) !== -1
|
||||
|
|
Loading…
Reference in New Issue