Tuesday, December 31, 2024
2 changes · 18.0
Resolved issues and error corrections
This fixes an issue where the live chat bot could fail to restart on embedded external websites after a visitor was redirected. The bot now starts as soon as the active live chat conversation is available, improving continuity for visitors and support teams.
Original PR description
Previously, the chat bot would fail to restart on external websites after a redirection. The issue occurs because the chat bot service waits for the mail store to be ready before verifying if the current live chat thread is linked to a chat bot. However, since [1], the thread is only assigned after the ready event. While the website app assigns the visitor thread earlier, embedded websites do not, causing the chat bot service to incorrectly assume that no bot is linked to the live chat thread and fail to start. This PR resolves the issue by leveraging modelization. The chat bot now starts when the current live chat thread is inserted. [1]: https://github.com/odoo/odoo/pull/173197 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Imported websites can once again accept new content blocks through drag and drop. This restores expected editing behavior, so users can continue building pages after an import without workarounds.
Original PR description
After importing a website, it was not possible to drag and drop new blocks. You could still edit them but not add new ones. Fixed it by changing the way the snippets are added into the view.