Thursday, September 9, 2021
5 changes · master
Resolved issues and error corrections
The Google Calendar automated test was adjusted so it no longer fails because of the new appointment link button. This helps keep quality checks reliable without changing the user-facing calendar experience.
Original PR description
Fix the test to ignore the new part which manages the new button for appointment link
This fixes unnecessary warnings that appeared when a window close action included extra information for the client interface. The change helps keep system logs and user workflows cleaner without changing business behavior.
Original PR description
Clientside, the only key got from an `ir.actions.act_window_close` type action is 'infos'. But this key isn't a part of the whitelisted readable fields server side, which means you will get a warning if you use it.
Spreadsheet document breadcrumbs now display with the correct sizing in Firefox. This keeps navigation labels visually consistent across browsers and avoids layout issues for users working with documents and spreadsheets.
Original PR description
window.getComputedStyle on Firefox does not return the "font" attribute, we have to create it from fontSize and fontFamily. Task-id 2623513
The order of options in the spreadsheet document context menu has been adjusted to make actions easier to find. This helps users navigate spreadsheet tools more predictably and reduces confusion when working with documents.
Access rules for SMS templates were corrected so regular internal users can still read templates when other business processes need them. This helps prevent disruptions in features that rely on SMS templates while keeping restrictions on changing or deleting them.
Original PR description
Temporary PR, will be closed