Thursday, August 31, 2023
3 changes
Resolved issues and error corrections
Spreadsheet users now see a proper confirmation dialog when merging cells that may affect existing content. This lets them either proceed or cancel, preventing accidental changes from a single OK-only prompt.
Original PR description
Steps to reproduce: - open a spreadsheet - set some content in A2 - select A1:A2 - hit the "Merge cells" icon button => a confirmation dialog opens but the only button is "OK". You should be able to cancel (or confirm) With this commit, the confirmation dialog is used.
The Planning app calendar view has been corrected so users can switch to it without encountering an error. This keeps schedule viewing available and avoids disruption when managers review plans in calendar format.
Original PR description
This commit's purpose is to fix a traceback that appears when we switch to the calendar view in planning app. step to reproduce : - open planning app - click on 'calendar' to switch view details of the implementation : Switched the this.env._t to the new standard use introduced by the refactor of the translations. task - 3485773
This fix ensures spreadsheet chart extensions are loaded in the right order before the spreadsheet library starts. It helps prevent chart-related issues and keeps spreadsheet reports working reliably for users.
Original PR description
We now load the o-spreadsheet dependencies before the library itself to make sure we can insert our chart.js plugin extensions. Task: 3482480