Friday, June 25, 2021
1 change · master
Code cleanup and technical improvements
The website editor setup has been reorganized so loading the editor and creating it happen separately. This makes it easier to reuse the editor in other Odoo areas, such as Studio, without changing the visible user experience.
Original PR description
Before this commit, the wysiwyg loader had only one method to both load and create it. After this commit, it has two separate methods to do it. This is practical if one wants to load in some other context, like studio 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