mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-21 06:02:23 +03:00
No color change in the appointment modal window (in the backend calendar) (#1641)
This commit is contained in:
parent
8e14176e52
commit
ebd67b29dd
2 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue