Actions
Bug #24563
closedJS error when opening directive form more than once
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
It bothers me each time
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Small
Priority:
46
Name check:
To do
Fix check:
Checked
Regression:
No
Description
When in the groups page, when I click more that once either on an existing directive, or "Create" directive from a Technique, I get JS errors :
Uncaught Error: Your page is loading multiple Elm scripts with a module named Elm.Tags. Maybe a duplicate script is getting loaded accidentally? If not, rename one of them so I know which is which!
Uncaught Error: Your page is loading multiple Elm scripts with a module named Elm.FileManager. Maybe a duplicate script is getting loaded accidentally? If not, rename one of them so I know which is which!
Also the file manager cannot be loaded (and may not be useful at all) when opening an existing directive, there is a misplaced semicolon :
Uncaught SyntaxError: missing } after property list
This is an issue similar to #23400 and needs to be fixed by preventing the Elm JS files to be loaded each time the HTML/JS refreshes the rendering of the page
Actions