-
- Downloads
[FIX]web_editor: Fixed traceback due to 'field_html' widget while saving record
Previously, when user edited record having 'field_html' widget and
tried to save the record immediately, a traceback was faced sometimes
because content was not loaded yet. This commit fixes the issue
by calling super method if the content is not loaded yet properly.
Task: #1932687
Closes: #30833
closes odoo/odoo#31581
Signed-off-by:
VincentSchippefilt <VincentSchippefilt@users.noreply.github.com>
Showing
- addons/mass_mailing/static/src/js/mass_mailing_widget.js 3 additions, 0 deletionsaddons/mass_mailing/static/src/js/mass_mailing_widget.js
- addons/web_editor/static/src/js/backend/field_html.js 3 additions, 1 deletionaddons/web_editor/static/src/js/backend/field_html.js
- addons/web_editor/static/tests/field_html_tests.js 21 additions, 0 deletionsaddons/web_editor/static/tests/field_html_tests.js
Please register or sign in to comment