fixes #4074 Descargar ACL del usuario actual #1255

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

View File

@ -34,7 +34,6 @@ module.exports = Self => {
principalId: key,
}
});
console.log(acl);
if (acl)
ACLs.push(acl);
}

View File

@ -2,9 +2,6 @@
"Account": {
"dataSource": "vn"
},
"acls": {
"dataSource": "vn"
},
"AccountingType": {
"dataSource": "vn"
},