Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
tiago.kayaya
2022-04-07 17:51:57 +01:00
4 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export class PermissionService {
let count = 0
for(let permission of (this.SessionStore.user.UserPermissions || [])) {
for(let permission of this.SessionStore.user.UserPermissions ) {
if (args.includes(permission)) {
count++;
}