This commit is contained in:
parent
420e5fe768
commit
4d74a3d690
|
@ -38,10 +38,6 @@ class AclService {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
returnAcls() {
|
|
||||||
return this.acls;
|
|
||||||
}
|
|
||||||
|
|
||||||
hasAnyACL(model, property, accessType) {
|
hasAnyACL(model, property, accessType) {
|
||||||
if (this.acls) {
|
if (this.acls) {
|
||||||
if (this.acls[model]) {
|
if (this.acls[model]) {
|
||||||
|
|
Loading…
Reference in New Issue