Skip to content

Commit

Permalink
No color change in the appointment modal window (in the backend calen…
Browse files Browse the repository at this point in the history
…dar) (#1641)
  • Loading branch information
alextselegidis committed Dec 19, 2024
1 parent 8e14176 commit ebd67b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- Fix ICS file mimetype (#1630)
- Incorrect Timezone Handling in CalDAV Synchronization Causes Time Shifts (#1626)


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



Expand Down
2 changes: 1 addition & 1 deletion assets/js/components/appointments_modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ App.Components.AppointmentsModal = (function () {
});

if (service?.color) {
App.Components.ColorSelection.getColor($appointmentColor, service.color);
App.Components.ColorSelection.setColor($appointmentColor, service.color);
}

const duration = service ? service.duration : 60;
Expand Down

0 comments on commit ebd67b2

Please sign in to comment.