-
- Downloads
[IMP] web_editor, *: add message when no document/image
* web The document/image tab in "Select a media" Dialog were not displaying any info when there was no document/images to load. Now there is a message with the same image as the backend. The "All attachments have been loaded" message is only displayed if there is no more documents to display after using the button "Load More". The "Load More" button is removed in the backend if there is no documents/images. Part of https://github.com/odoo/odoo/pull/33195 task-1945874 closes odoo/odoo#33195 Signed-off-by:Quentin Smetz (qsm) <qsm@odoo.com>
Showing
- addons/web/static/src/scss/utils.scss 38 additions, 0 deletionsaddons/web/static/src/scss/utils.scss
- addons/web/static/src/scss/views.scss 4 additions, 33 deletionsaddons/web/static/src/scss/views.scss
- addons/web_editor/static/src/js/wysiwyg/widgets/media.js 7 additions, 2 deletionsaddons/web_editor/static/src/js/wysiwyg/widgets/media.js
- addons/web_editor/static/src/scss/web_editor.common.scss 8 additions, 0 deletionsaddons/web_editor/static/src/scss/web_editor.common.scss
- addons/web_editor/static/src/xml/wysiwyg.xml 11 additions, 3 deletionsaddons/web_editor/static/src/xml/wysiwyg.xml
Please register or sign in to comment