app error log

This commit is contained in:
yuri
2018-08-15 15:45:19 +03:00
parent c0997f1d97
commit 9501e116cb
+1
View File
@@ -293,6 +293,7 @@ Espo.define(
controller.doAction(params.action, params.options);
this.trigger('action:done');
} catch (e) {
console.log(e);
switch (e.name) {
case 'AccessDenied':
this.baseController.error403();