mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user