Wednesday, April 3, 2024
2 changes
Enhancements to existing features
Creating a new appointment from the Gantt view now starts from the current time rounded to the nearest hour instead of defaulting to midnight. This makes new bookings faster and more relevant for users scheduling appointments during the day.
Original PR description
Purpose ========= Currently when we click on the new button on Gantt view the default start is set to today's midnight which is not relevant. After this PR ================== The current DateTime with rounded hour will be set as a default start while creating a new booking through the Gantt view. Task-3820387
This change adds automated checks to make sure sensitive employee fields keep the correct access restrictions across several HR-related apps. It helps reduce the risk of accidental exposure of private employee information as the system evolves.