Actions
Bug #23400
closedBug #24416: Elm properties app is loaded multiple times
JS error when clicking on a technique with several version in directive screen
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
When we go in directive screen and open the debug console, if we click at least twice on techniques in the tree, we get JS errors:
In a dev environment the error is :
Uncaught Error: Your page is loading multiple Elm scripts with a module named Elm.Techniqueversion. Maybe a duplicate script is getting loaded accidentally? If not, rename one of them so I know which is which!
The issue is similar to #24416 (without the API request errors) and needs to be fixed by preventing the Elm JS file to be loaded each time the HTML/JS refreshes the rendering of the page
Files
Actions