No color change in the appointment modal window (in the backend calendar) (#1641)

This commit is contained in:
Alex Tselegidis 2024-12-19 21:06:30 +02:00
parent 8e14176e52
commit ebd67b29dd
2 changed files with 2 additions and 3 deletions

View file

@ -18,8 +18,7 @@ developers to maintain and readjust their custom modifications on the main proje
- Correct email issues by replacing the internal email library with phpmailer (#1587) - Correct email issues by replacing the internal email library with phpmailer (#1587)
- Fix ICS file mimetype (#1630) - Fix ICS file mimetype (#1630)
- Incorrect Timezone Handling in CalDAV Synchronization Causes Time Shifts (#1626) - Incorrect Timezone Handling in CalDAV Synchronization Causes Time Shifts (#1626)
- No color change in the appointment modal window (in the backend calendar) (#1641)

View file

@ -366,7 +366,7 @@ App.Components.AppointmentsModal = (function () {
}); });
if (service?.color) { if (service?.color) {
App.Components.ColorSelection.getColor($appointmentColor, service.color); App.Components.ColorSelection.setColor($appointmentColor, service.color);
} }
const duration = service ? service.duration : 60; const duration = service ? service.duration : 60;