Tuesday, January 30, 2024
2 changes · saas-17.1
Resolved issues and error corrections
This fixes an issue where live chat could load more conversations than intended when accessed through cross-origin website integrations. Visitors and agents now see the correct latest chat context, reducing confusion and unnecessary data returned during chat startup.
Original PR description
Since [1], the `is_for_livechat` context is used to restrict the channels returned by the `init_messaging` request in the live chat context. This does not work in CORS since the CORS route does not pass the context parameter to the `mail_init_messaging` method. This PR fixes the issue. [1]: https://github.com/odoo/odoo/pull/146098
This update brings the spreadsheet component to the latest version with several fixes for sheet renaming, formula handling, find and replace, icons, and editing interactions. Users should experience fewer errors and more reliable spreadsheet behavior in everyday workflows.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/043a0d5c1 [REL] 17.1.2 https://github.com/odoo/o-spreadsheet/commit/0f1729f64 [FIX] BottomBarSheet: renaming a sheet…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/043a0d5c1 [REL] 17.1.2 https://github.com/odoo/o-spreadsheet/commit/0f1729f64 [FIX] BottomBarSheet: renaming a sheet with styled content https://github.com/odoo/o-spreadsheet/commit/2c971e50f [FIX] evaluation: behavior for invalid range arguments https://github.com/odoo/o-spreadsheet/commit/25ddda504 [FIX] SelectionInput: Allow commands that target non focused input Task: 3689504 https://github.com/odoo/o-spreadsheet/commit/4b7ff5f49 [FIX] evaluation: allow empty error message Task: / https://github.com/odoo/o-spreadsheet/commit/8a881c705 [FIX] Edition: filter invalid references from edition highlights Task: 3378775 https://github.com/odoo/o-spreadsheet/commit/8a548334e [FIX] Composer: double click on composer gives traceback https://github.com/odoo/o-spreadsheet/commit/04d940d97 [FIX] Find&Replace: always recompute search on sheet change Task: 3635912 https://github.com/odoo/o-spreadsheet/commit/2c5ca7ffe [IMP] index: export chart and side panels building blocks https://github.com/odoo/o-spreadsheet/commit/dfdfd6c77 [FIX] demo: wrong App.mount arguments https://github.com/odoo/o-spreadsheet/commit/a4d94c61a [FIX] tests: fix props validation https://github.com/odoo/o-spreadsheet/commit/e99e92868 [FIX] icon: broken path for HIDE_COL icon https://github.com/odoo/o-spreadsheet/commit/a13ad4fac [IMP] github: add templates https://github.com/odoo/o-spreadsheet/commit/8b1ab8b78 [FIX] format: fix chaining of FORMAT.LARGE.NUMBER Task: 3633947