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 49197b5c66
commit 8eec2339cf
1 changed files with 2 additions and 0 deletions

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