fix acl user frontend

This commit is contained in:
Yuri Kuznetsov
2022-06-07 10:20:52 +03:00
parent cb18485c3a
commit 2bdde353b1
+1 -1
View File
@@ -37,7 +37,7 @@ define('acl/user', 'acl', function (Dep) {
}
}
return Dep.prototype.checkModelRead.call(this, model, data, precise);
return this.checkModel(model, data, 'read', precise);
},
checkIsOwner: function (model) {