From 1e7acbdbd2af0312ee6c873c796ab412a3b7d2ff Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 8 Jun 2018 12:47:11 +0300 Subject: [PATCH] fix calendar --- client/modules/crm/src/views/calendar/calendar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/modules/crm/src/views/calendar/calendar.js b/client/modules/crm/src/views/calendar/calendar.js index 36cea2a379..4c926e3ff1 100644 --- a/client/modules/crm/src/views/calendar/calendar.js +++ b/client/modules/crm/src/views/calendar/calendar.js @@ -646,6 +646,7 @@ Espo.define('crm:views/calendar/calendar', ['view', 'lib!full-calendar'], functi this.getModelFactory().create(event.scope, function (model) { model.once('sync', function () { this.notify(false); + this.$calendar.fullCalendar('updateEvent', event); }.bind(this)); model.id = event.recordId; model.save(attributes, {patch: true}).fail(function () {