Tuesday, March 11, 2025
1 change · saas-17.4
Resolved issues and error corrections
Task progress totals in timesheet project lists are now displayed as percentages instead of plain decimal numbers. This makes grouped and overall progress figures easier for users to read and understand at a glance.
Original PR description
Before this commit, the total for each group or the grand total displayed in the list view of task for the progress field is formatted as a float instead of a percentage. The reason is because the framework does not find the formatter associated to that widget and so we will take the default formatter for float field. This commit adds a formatter for the widget to be sure the framework formats the total displayed in the list view in percentage.