Fixes #6591 Appointment Event Firing (#6592)
commit16bb9c0a071e3ed74fc6fc2c276ca026bbdf67e4
authorStephen Nielson <snielson@discoverandchange.com>
Wed, 21 Jun 2023 16:13:56 +0000 (21 12:13 -0400)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 16:13:56 +0000 (21 12:13 -0400)
tree7c6d6483925c0ab4ef33d28df360d4599f419ccb
parent61e4f5bc1d0d5c12661ad2d46b1d398426d138ca
Fixes #6591 Appointment Event Firing (#6592)

Added a ServiceDeleteEvent and refactored the add_edit_event script to
fire off both the pre and post service delete events.

Added an event to add content at the bottom of the add_edit_event page.

Did some minor documentation cleanup on the service save event.
interface/main/calendar/add_edit_event.php
src/Events/Appointments/AppointmentRenderEvent.php
src/Events/Services/ServiceDeleteEvent.php [new file with mode: 0644]
src/Events/Services/ServiceSaveEvent.php
src/RestControllers/AppointmentRestController.php
src/Services/AppointmentService.php