Ivan Asmer %!s(int64=4) %!d(string=hai) anos
pai
achega
4b4036df28
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      index.js

+ 1 - 0
index.js

@@ -444,6 +444,7 @@ const mm = db => {
 
 
             async save(noSync=false){
+                console.log(userACL)
                 if (!this._id && !this.___permissionCan('create'))
                     throw new ReferenceError(`Permissison denied Create Entity of class ${this._class}`)
                 if (this._id && !this.___permissionCan('write'))