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.
Updated by Raphael GAUTHIER over 3 years ago
- Related to Architecture #19658: Update elm to 0.19.1 added
Updated by Raphael GAUTHIER over 3 years ago
- Status changed from New to In progress
- Assignee set to Raphael GAUTHIER
Updated by Raphael GAUTHIER over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Raphael GAUTHIER to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/3770
Updated by Raphael GAUTHIER over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|27db51247114f004ff8eaea863ad15d80ab38232.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.
Actions