forked from mirrors/easyappointments
The backend calendar must display the modified appointment date, when using the appointment link of the confirmation email (#1112).
This commit is contained in:
parent
49197b5c66
commit
8eec2339cf
1 changed files with 2 additions and 0 deletions
|
@ -1621,6 +1621,8 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
||||||
$dialog.find('#customer-notes').val(customer.notes);
|
$dialog.find('#customer-notes').val(customer.notes);
|
||||||
|
|
||||||
$dialog.modal('show');
|
$dialog.modal('show');
|
||||||
|
|
||||||
|
$('#calendar').fullCalendar('gotoDate', moment(appointment.start_datetime));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$('#select-filter-item option').length) {
|
if (!$('#select-filter-item option').length) {
|
||||||
|
|
Loading…
Reference in a new issue