Monday, November 2, 2020
2 changes · master
Resolved issues and error corrections
This fixes an issue where users could not see the link and media buttons in the forum editor. Restoring these controls makes it easier for forum contributors to add richer content without workarounds.
Original PR description
I faced this issue in odoo 13 and this fix is working so I think it will also work in master. Description of the issue/feature this PR addresses: Currently in forum wysiwyg editor, link and media buttons are not visible. Current behavior before PR: In forum wysiwyg editor, link and media buttons are not visible. Desired behavior after PR is merged: In forum wysiwyg editor, link and media buttons will be visible. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail app now avoids starting a second message load while one is already in progress. This helps prevent unnecessary delays, duplicate work, and possible display glitches when users open or refresh conversations.
Original PR description
task-2373952