-
- Downloads
[FIX] web: restore notifications about disconnections
The disconnected/connected notifications were broken due to changes in the way the Notification template was loaded. We need it loaded in assets as we cannot load it afterward if the server is disconnected. This was broken by : https://github.com/odoo/odoo/pull/32793 closes odoo/odoo#33252 Signed-off-by:Quentin Smetz (qsm) <qsm@odoo.com>
Showing
- addons/web/__manifest__.py 1 addition, 0 deletionsaddons/web/__manifest__.py
- addons/web/static/src/js/public/public_notification.js 9 additions, 0 deletionsaddons/web/static/src/js/public/public_notification.js
- addons/web/static/src/js/widgets/notification.js 0 additions, 1 deletionaddons/web/static/src/js/widgets/notification.js
- addons/web/static/tests/helpers/test_utils.js 1 addition, 2 deletionsaddons/web/static/tests/helpers/test_utils.js
- addons/web/static/tests/services/notification_service_tests.js 3 additions, 3 deletions...s/web/static/tests/services/notification_service_tests.js
- addons/web/views/webclient_templates.xml 1 addition, 0 deletionsaddons/web/views/webclient_templates.xml
Loading
Please register or sign in to comment