Bug #24563
Updated by Clark ANDRIANASOLO 8 months ago
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 :
<pre><code>
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!
</pre></code>
Also the file manager cannot be loaded (and may not be useful at all) when opening an existing directive, there is a misplaced semicolon :
<pre><code>
Uncaught SyntaxError: missing } after property list
</pre></code>
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