Actions
Bug #24783
openPending nodes history prevents node deletion and has JS errors in console
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I dislike using that feature
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Small
Priority:
84
Name check:
To do
Fix check:
To do
Regression:
No
Description
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 :
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
(stack trace are omitted except for the last one).
Also, I can't delete a node with the Delete
button, which does nothing.
Actions