From a07bc15f00a67d044acb234b613b7c1fbc5097f8 Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 28 Jun 2018 11:26:22 +0300 Subject: [PATCH] fix typo --- client/modules/crm/src/controllers/event-confirmation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/crm/src/controllers/event-confirmation.js b/client/modules/crm/src/controllers/event-confirmation.js index c08b0f0649..d7e0bac0df 100644 --- a/client/modules/crm/src/controllers/event-confirmation.js +++ b/client/modules/crm/src/controllers/event-confirmation.js @@ -31,7 +31,7 @@ Espo.define('crm:controllers/event-confirmation', 'controller', function (Dep) { return Dep.extend({ confirmEvent: function (actionData) { - var viewName = this.getMetadata().get(['clientDefs', 'EventConfrmation', 'confirmationView']) || + var viewName = this.getMetadata().get(['clientDefs', 'EventConfirmation', 'confirmationView']) || 'crm:views/event-confirmation/confirmation'; this.entire(viewName, { actionData: actionData