-
- Downloads
[FIX] web_tour: ensure Tip template is loaded
The 500 page has `session.is_frontend === undefined` as it has its own whole HTML template. In that case, the ajax.loadXML is not done, making the tour crash when visiting a 500 error page. This is needed for #29957 that has a test tour on 500 error page. closes odoo/odoo#30240
Showing
- addons/web_tour/__manifest__.py 1 addition, 1 deletionaddons/web_tour/__manifest__.py
- addons/web_tour/static/src/js/tip.js 1 addition, 0 deletionsaddons/web_tour/static/src/js/tip.js
- addons/web_tour/static/src/js/tour_service.js 10 additions, 16 deletionsaddons/web_tour/static/src/js/tour_service.js
Please register or sign in to comment