fix client side access denied

This commit is contained in:
yuri
2015-10-16 13:07:37 +03:00
parent b7702d2418
commit c29da46a97
+1 -1
View File
@@ -152,7 +152,7 @@ Espo.define('controller', [], function () {
handleAccessGlobal: function () {
if (!this.checkAccessGlobal()) {
throw new Espo.Exceptions.AccessDenied("Denied access to action '" + this.name + "#" + action + "'");
throw new Espo.Exceptions.AccessDenied("Denied access to '" + this.name + "'");
}
},