]
Edson Tirelli updated DROOLS-1942:
----------------------------------
Fix Version/s: (was: 7.5.0.Final)
[DMN Editor] InformationItem's "Name" is always the
same as the containing node
-------------------------------------------------------------------------------
Key: DROOLS-1942
URL:
https://issues.jboss.org/browse/DROOLS-1942
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Reporter: Michael Anstis
Assignee: Michael Anstis
Whilst an {{InformationItem}} Node has a "Name" its value is always the same as
the containing Node's "Name" (for {{InputData}}, {{Decision}} and
{{BusinessKnowledgeModel}}). {{ContextEntry}}'s "Name" are not the same as
outer most node's "Name" (as a {{ContextEntry}} is contained within a
{{Context}} and not directly in a node itself).
It is proposed that this synchronization should be handled in the "Stunner to
(org.kie) DMN model" marshalling. Therefore we need to remove the "Name"
{{@FormField}} from {{InformationItem}}.
[~tari_manga] [~tirelli] Please confirm.