From 8eec2339cf6075957b4148c117d93c816ace915f Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 24 Aug 2021 16:03:45 +0300 Subject: [PATCH] The backend calendar must display the modified appointment date, when using the appointment link of the confirmation email (#1112). --- assets/js/backend_calendar_default_view.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/js/backend_calendar_default_view.js b/assets/js/backend_calendar_default_view.js index 9f9275be..c598a726 100755 --- a/assets/js/backend_calendar_default_view.js +++ b/assets/js/backend_calendar_default_view.js @@ -1621,6 +1621,8 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {}; $dialog.find('#customer-notes').val(customer.notes); $dialog.modal('show'); + + $('#calendar').fullCalendar('gotoDate', moment(appointment.start_datetime)); } if (!$('#select-filter-item option').length) {