The backend calendar must display the modified appointment date, when using the appointment link of the confirmation email (#1112).

This commit is contained in:
Alex Tselegidis 2021-08-24 16:03:45 +03:00
parent dfa6775db0
commit 1a926f0ad9

View file

@ -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) {