[15.0][IMP] web_timeline: Added blockUI screen when loading records
Hi @tarteo, some modules you are maintaining are being modified, check this out!
After creating a view in the tasks, clicking the timeline icon a second time produces this error:
TypeError: Cannot read properties of undefined (reading 'blockUI') at Class.update (http://oca-web-15-0-pr2612-ed92fe8a7c73.runboat.odoo-community.org/web/assets/debug/web.assets_backend.js:155119:25) (/web_timeline/static/src/js/timeline_controller.js:61) at prototype. [as update] (http://oca-web-15-0-pr2612-ed92fe8a7c73.runboat.odoo-community.org/web/assets/debug/web.assets_common.js:61454:38) (/web/static/src/legacy/js/core/class.js:91) at widget.update (http://oca-web-15-0-pr2612-ed92fe8a7c73.runboat.odoo-community.org/web/assets/debug/web.assets_backend.js:39639:53) (/web/static/src/legacy/action_adapters.js:240) at Class.reload (http://oca-web-15-0-pr2612-ed92fe8a7c73.runboat.odoo-community.org/web/assets/debug/web.assets_backend.js:61979:21) (/web/static/src/legacy/js/views/abstract_controller.js:217) at widget.reload (http://oca-web-15-0-pr2612-ed92fe8a7c73.runboat.odoo-community.org/web/assets/debug/web.assets_backend.js:39629:53) (/web/static/src/legacy/action_adapters.js:230) at Object.switchView (http://oca-web-15-0-pr2612-ed92fe8a7c73.runboat.odoo-community.org/web/assets/debug/web.assets_backend.js:25249:38) (/web/static/src/webclient/actions/action_service.js:1266) at async ViewAdapter._trigger_up (http://oca-web-15-0-pr2612-ed92fe8a7c73.runboat.odoo-community.org/web/assets/debug/web.assets_backend.js:39751:17) (/web/static/src/legacy/action_adapters.js:352)
I've fixed it, it was a typo. Can you try it again? I have installed the project module and enabled a timeline view to test it, thanks!