Wednesday, March 15, 2023
4 changes · master
Resolved issues and error corrections
This update polishes the chatter area used for messages and activities, improving spacing, borders, and button sizing. The changes make the interface cleaner and more consistent, especially for users working in different languages.
Original PR description
This commits makes some improvement on the chatter visuals -Spacing/styling of various elements -Missing borders around chatter -Fix button size in other languages
Shared projects in the customer portal no longer fail to open when timesheets are installed. The change ensures the needed timesheet unit service is available in the shared project view, preventing an error for portal users.
Original PR description
Steps: - install hr_timehseet module - Share any project - Go to the portal and open the project. Issue: currently,timesheet_uom service is not added in project webclient so service not found. Fix: In this commit, we have added timesheet_uom services in project webclient.
This fixes an issue where a default project could still allow timesheet grid edits even when timesheets were disabled for that project. The change helps keep project settings enforced consistently and avoids users entering time on projects that should not track timesheets.
Original PR description
## Description Quick follow up on #38160 Default projects can be set in the settings to a project that has their Timesheet option disabled. --- opw-3203241
The Sign app now prevents users from deleting system-created signing field types. This avoids broken signing documents and errors when existing signature items rely on those default fields.
Original PR description
Previously when user tried to delete sign item type it was deleted. As sign item type is related to sign item, whenever sign item records will be called this error(External ID not found in the system: sign.sign_item_type_text) will occur. In this commit we have fixed this issue by preventing user to delete sign item type which are generated by the system. see- https://www.awesomescreenshot.com/image/37955788?key=584696684f2dfe5f28367de28d5e41f0 sentry-3968895643