Project

General

Profile

Bug #24783

Updated by Clark ANDRIANASOLO 23 days ago

When I open the history tab which is has one node that I have previously accepted, and I click on the node to see its content, I see multiple errors in the browser console : 
 <pre><code> 
 Uncaught TypeError: Elm.Score is undefined 
 Uncaught TypeError: Elm.ComplianceScore is undefined 
 Uncaught TypeError: Elm.SystemUpdateScore is undefined 
 Uncaught TypeError: Elm.Node is undefined 

 Uncaught TypeError: this._config is undefined 
     _initializeBackDrop modal.js:160 
     On modal.js:71 
     getOrCreateInstance base-component.js:65 
     <anonymous> modal.js:365 
     n event-handler.js:118 
     S event-handler.js:184 
     on event-handler.js:216 
     <anonymous> modal.js:339 
     <anonymous> bootstrap.bundle.min.js:6 
     <anonymous> bootstrap.bundle.min.js:6 
 </pre></code> 

 (stack trace are omitted except for the last one). 

 Also, I can't delete a node with the @Delete@ button, which does nothing.

Back