Tuesday, February 11, 2025
6 changes
5 changes
Enhancements to existing features
Public Knowledge pages can now show the toggle content block correctly. This improves the viewing experience for visitors by ensuring content authored with toggles appears as intended on the website.
Original PR description
This commit adds the new toggle embedded component to the embedding sets for the public version of knowledge. This way the component is correctly displayed on the frontend. task-2796594
This update reorganizes the approval workflow code by moving approver-related logic into its own dedicated file. This makes the module easier to maintain and helps future changes be delivered with lower risk, without changing day-to-day user behavior.
The payroll payslip payment report has been renamed to make its purpose clearer for users. This is a small usability improvement that helps payroll teams identify the correct report more easily without changing core payroll processes.
Original PR description
task-4521806
The Approvals app now uses the term "Approval Categories" instead of "Approval Types" across related screens and settings. This makes the wording clearer and more consistent for users managing different kinds of approval workflows.
Original PR description
Renamed the "Approvals Types" to "Approval Categories". task-4483324
The salary package resume setup now keeps payroll-specific options inside the payroll integration module. This prevents payroll choices from appearing where Payroll is not installed, making configuration clearer and less error-prone.
Original PR description
…on of resume type Traces of the payslip selection value of value_type was existing in hr_contract_salary where the value was not defined yet. The commit refactors them into the bridge module to show them only when the Payroll is also installed. task-4526851
1 change
Enhancements to existing features
The attendance kiosk screen no longer shows an unnecessary inner scrollbar. This makes the kiosk interface cleaner and easier for employees to use when checking in or out.
Original PR description
The innerscrollbar of the attendance kiosk is not needed. removed the scrollbar task-4456820