Friday, July 14, 2023
1 change · master
Code cleanup and technical improvements
The timesheet kanban view now uses the standard page structure to show the validation button instead of relying on custom JavaScript. This reduces maintenance effort while keeping the same validation action available to users.
Original PR description
Before this commit validate button in kanban view added via JS customisation and since saas-16.1 kanban view support header button in kanban view like list view so it can be easily added in kanban view through XML. This commit remove JS customisation and add validate button directly in kanban view. task-3285526