-
- Downloads
[IMP] web: revert warnings display in back-end
Fix for: https://github.com/odoo/odoo/pull/32132 We had changed the display of the warnings in the back-end to be like the front-end (notification toast). This change needs to be reverted. Now the warnings in the front-end are toast notifications and in the back-end they are Warning modals. Part of: https://github.com/odoo/odoo/pull/35209
Showing
- addons/web/static/src/js/public/public_crash_manager.js 33 additions, 0 deletionsaddons/web/static/src/js/public/public_crash_manager.js
- addons/web/static/src/js/services/crash_manager.js 22 additions, 8 deletionsaddons/web/static/src/js/services/crash_manager.js
- addons/web/static/src/js/services/crash_manager_service.js 9 additions, 0 deletionsaddons/web/static/src/js/services/crash_manager_service.js
- addons/web/views/webclient_templates.xml 2 additions, 0 deletionsaddons/web/views/webclient_templates.xml
- odoo/addons/test_new_api/static/tests/tours/constraint.js 1 addition, 1 deletionodoo/addons/test_new_api/static/tests/tours/constraint.js
Please register or sign in to comment