Tuesday, September 17, 2024
2 changes · saas-17.2
Resolved issues and error corrections
The timesheet timer now uses the intended task display that includes hours instead of falling back to a generic task view. This helps users see the right task and hour information while tracking time, reducing confusion during timesheet entry.
Original PR description
This commit's purpose is to force the use of the widget 'taskWithHours' when the timesheet timer is launched. Previously, this was done through the xml by setting the 'type' attribute. This is no longer an option, so instead, we update the arguments given in the getPropertyFieldInfo method on the js side with the type we need. task - 4166816 affected version saas-17.2 - master
Long canned response shortcut text now stays within the message composer suggestion list instead of spilling outside it. This keeps the mail interface cleaner and easier to read when users work with longer shortcuts.
Original PR description
Purpose of this PR: When a canned response have a long shortcut text, the text overflow the navigablelist. Before:  After: 