Details
-
Bug
-
Resolution: Fixed
-
Minor
-
3.30.0, 3.31.0
-
2
-
NXRM Neo Sprint 25
-
non-concept
-
2
Description
When we try to remove Routing Rules without touched items (clicking in the trash can besides the item), occurs an error in javascript:
*Uncaught TypeError: Cannot read property 'filter' of undefined*
at isTouched (RoutingRulesFormMachine.js:130)
at utils.js:385
at Array.reduce (<anonymous>)
at E (utils.js:367)
at V (actions.js:429)
at e.resolveTransition (StateNode.js:876)
at e.transition (StateNode.js:812)
at interpreter.js:695
at c (serviceScope.js:9)
at t.nextState (interpreter.js:694)
To workaround the issue and remove, we edit the item text and click on Trash Can icon, the remove works without issues.