Actions
Bug #19662
closedJS error while initializing Elm app since we upgrade elm to 0.19.1
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
The Notifications and Rules apps are no longer initialized due to a js error.
Uncaught TypeError: Cannot read property 'init' of undefined at HTMLDocument.<anonymous> (rudder-elm.js:7) at e (jquery-3.5.1.min.js:2) at t (jquery-3.5.1.min.js:2) jquery-3.5.1.min.js:2 Uncaught TypeError: Cannot read property 'init' of undefined at HTMLDocument.<anonymous> (ruleManagement:550) at e (jquery-3.5.1.min.js:2) at t (jquery-3.5.1.min.js:2)
We just forgot to rename them.
Actions