Ivan Asmer 5 лет назад
Родитель
Сommit
ae83a0ab50
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      index.js

+ 1 - 0
index.js

@@ -423,6 +423,7 @@ const mm = db => {
                                 permissions[permission] || 
                                     this.__proto__.constructor.defaultPermissions[permission]).map(tag => tag.toString())
                 if (!this._id) return true; //if new entity you can anything
+                console.log(acl, obj.___owner, userACL)
                 if (acl.includes('owner') && obj.___owner && userACL.includes(obj.___owner.toString())){
                     return true
                 }