Friday, August 23, 2024
2 changes · saas-17.1
Resolved issues and error corrections
A test was moved into the current website project module after the old module name was retired. This helps ensure the related project portal behavior continues to be checked automatically during updates.
Original PR description
Before this commit, the 3aa8a0f commit forwards port the fix made in 16 but in 17.1, `website_form_project` has been renamed into `website_project` and the test added in `website_form_project` to check the fix made has not been moved during the forward port process. This commit moves the test in `website_project` module to make sure the test is correctly executed since the `website_form_project` module does not exist anymore.
Editing a message in Discuss no longer removes existing channel mentions. This keeps conversations accurate and prevents important groups from being unintentionally dropped when users update a message.
Original PR description
When editing a message, the mentions of the original message were lost. The reason is that the channel mentions were not stored with the message in the database. The fix is to parse the body directly before editing and get mentionedChannels from it. follow-up of task-4104895 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr