Tuesday, January 24, 2023
3 changes
Enhancements to existing features
This update strengthens testing around recurring shifts in Planning, including how repeated dates are calculated and how recurring shifts are changed or deleted. It helps reduce the risk of scheduling issues for businesses using recurring workforce or resource planning.
Original PR description
Purpose of the PR is to test the flow of shift recurrence So in this commit did the below changes: - creating material resources, assigning them roles. - recurrence calculation of the dates based on the different options of recurrency. - modification/deletion of recurring shifts. task-3010428
The project settings area is now hidden when it has no relevant content to show. It only appears when related apps such as Timesheets or Planning are installed, reducing empty or confusing sections for users.
Original PR description
Before this PR settings div in project simplified was visible even though there is no content to display only when project application is install. So, In this PR hide div from project and display it when timesheet/planning app is install. task-3102445
Users can now quickly select or unselect all documents in the Documents app using a keyboard shortcut. This makes bulk actions faster and reduces repetitive clicking when managing many records.