Thursday, October 10, 2024
1 change · master
Resolved issues and error corrections
This fix ensures the holiday planning Gantt view has its required dependency available during testing and use. It prevents dependency errors caused by delayed loading, making the related planning functionality more reliable.
Original PR description
**Current behavior before PR:** before this PR dependency error encountered during test execution of planning_holidays it is due to lazy loading of gantt renderer and view. **Desired behavior after PR is merged:** hr_gantt is added into depends now the dependency problem is resolved.