Tuesday, January 24, 2023
2 changes
Enhancements to existing features
The Helpdesk dashboard action now shows both successful and failed tickets when the SLA success filter is removed. This gives teams a clearer view of ticket outcomes and opens the relevant ticket list instead of a report view.
Original PR description
Before this PR success rate action only show success ticket even after we removes SLA success filter. This PR update success rate action domain to show failed ticket also when SLA success filter is not applied.
Salary advantages can now keep clear internal names while choosing whether those names appear in the employee salary configurator. This improves day-to-day administration and makes the configurator cleaner for users, alongside other payroll and contract salary usability updates.
Original PR description
Purpose: 'hr.contract.salary.advantage' has the field 'name' that we also show on salary configurator. Sometimes, we don't want to show 'name' for some advantages on the configurator, and to do this, prior we left the field empty. Which is not convenient when for example we check the list of advantages. To solve this issue, we add 'show_name' field in this commit. That allows to populate the field, while keeping salary configurator they way we want. Beyond that, the commit includes UX changes. task - 2902100