Wednesday, July 10, 2024
51 changes
Resolved issues and error corrections
This fix corrects how the Appointment Details page displays in the Calendar module. Previously, the appointment resource section would appear even when no resources were assigned to an appointment. Now, the resource details section only displays when resources are actually configured, providing a cleaner and more accurate user experience.
Original PR description
Steps to reproduce: 1. Create an event with an appointment-type set. 2. In the Calendar module, open the event you created for the appointment. 3. Navigate to the 'Appointment Details' page. Before This Commit: The 'Appointment Details' page is displayed even if no resources have been set. After This Commit: Appointment resource records will only be shown if resources are set. Task:3918574