-
- Downloads
[FIX] web_editor: prevent adding sandbox
in 28740b11da37239953185478de9f391265db543f
we add an option for a sanboxed iframe.
This mistakenly uses `null` instead of `false` in a `t-att`.
Which sets the sandbox attribute, breaking `mass_mail`.
We replace `null` with `false`, which correctly does not add the attribute
at all.
task-3255777
closes odoo/odoo#121869
Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
Please register or sign in to comment