]
Michael Anstis updated DROOLS-1942:
-----------------------------------
Priority: Blocker (was: Major)
[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
Priority: Blocker
Labels: drools-tools
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.