fixes #4074 Descargar ACL del usuario actual #1255

Open
pau wants to merge 40 commits from 4074-download-user-ACL into dev
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 4d74a3d690 - Show all commits

View File

@ -38,10 +38,6 @@ class AclService {
});
}
returnAcls() {
return this.acls;
}
hasAnyACL(model, property, accessType) {
if (this.acls) {
if (this.acls[model]) {