Skip to content
Snippets Groups Projects
Commit 817d494e authored by Antoine Guenet's avatar Antoine Guenet
Browse files

[FIX] mass_mailing: restore save on blur

Commit [1] defined a value for the `onWysiwygBlur` option of `Wysiwyg`
in the `mass_mailing` `html field`. This had the side effect of
overriding the value set by its parent `html field`, which was to call
`commitChanges`. As a result, the `mass_mailing` `html field` was not
saving its content on blur. This restores that behavior by explicitly
adding the call to `commitChanges` where it was missing.

[1]: https://github.com/odoo/odoo/commit/e212e873eb35eb9b9a931fb1521109475c008074



task-3288881

closes odoo/odoo#120113

Signed-off-by: default avatarDavid Monjoie (dmo) <dmo@odoo.com>
parent 10497b96
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment