This commit is contained in:
2022-04-02 11:34:55 +01:00
parent e69392ce58
commit c0a500f5e0
5 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export class PermissionService {
}
for(let permission of ([...(this.SessionStore.user.UserPermissions || [] ), 530] || [])) {
for(let permission of (this.SessionStore.user.UserPermissions || [])) {
if (args.includes(permission)) {
return true;
}