]
Valentino Pellegrino updated DROOLS-5253:
-----------------------------------------
Tester: Anna Dupliak (was: Jozef Marko)
[DMN Designer] Copied node should be distinguished from original one
--------------------------------------------------------------------
Key: DROOLS-5253
URL:
https://issues.redhat.com/browse/DROOLS-5253
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.37.0.Final
Reporter: Jozef Marko
Assignee: Valentino Pellegrino
Priority: Minor
Labels: drools-tools
If user copy a DMN diagram node, the copy has exactly name name as the original node. It
causes validation issues as the node names have to be unique. We should add some suffix to
the copied node, probably numbers (-1, -2, -3 ...).
It will not break rule about node unique names and will help to distinguish original node
from the copied one.