diff --git a/frontend/client/src/controller.js b/frontend/client/src/controller.js index 5d236d86d9..8947bf8a70 100644 --- a/frontend/client/src/controller.js +++ b/frontend/client/src/controller.js @@ -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 + "'"); } },