-
- Downloads
[FIX] website, *: properly process saving from editor dialogs
* web_editor, website_blog Since recent refactoring, web editor dialogs automatically trigger an event when closed (saved or cancel). The problem is that there still was manual trigger of those events or variants ("save" instead of "saved"). To prevent multi-saving and be consistent, all save events are now automatically triggered on save/close (no more manual) and the event name is "save".
Showing
- addons/web_editor/static/src/js/snippets.options.js 1 addition, 1 deletionaddons/web_editor/static/src/js/snippets.options.js
- addons/web_editor/static/src/js/widgets.js 12 additions, 11 deletionsaddons/web_editor/static/src/js/widgets.js
- addons/website/static/src/js/website.contentMenu.js 2 additions, 2 deletionsaddons/website/static/src/js/website.contentMenu.js
- addons/website/static/src/js/website.snippets.gallery.js 2 additions, 2 deletionsaddons/website/static/src/js/website.snippets.gallery.js
- addons/website_blog/static/src/js/website_blog.editor.js 1 addition, 1 deletionaddons/website_blog/static/src/js/website_blog.editor.js
Loading
Please register or sign in to comment