Project

General

Profile

Bug #23400

Updated by Clark ANDRIANASOLO about 2 months ago

When we go in directive screen and open the debug console, if we click at least twice on techniques in the tree, a technique with several version like "package source and settings (APT)", we get JS errors: 
 

 !clipboard-202309061714-dusui.png! 

 In a dev environment the error is :  

 <pre><code> 
 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! 

 </pre></code> 

 The issue is similar to #24416 (without the API request errors) and needs to be fixed at the level of the HTML/JS rendering of the directives page.

Back