]
Michael Anstis updated DROOLS-5137:
-----------------------------------
Story Points: 5 (was: 3)
[DMN Designer] Decision Navigator shows Name.toString() value for
diagram
-------------------------------------------------------------------------
Key: DROOLS-5137
URL:
https://issues.redhat.com/browse/DROOLS-5137
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.34.0.Final
Reporter: Michael Anstis
Assignee: Michael Anstis
Priority: Major
Labels: drools-tools
Following changes for
https://issues.redhat.com/browse/DROOLS-5060 use of a simple
property for {{Name}} changed to use {{NameHolder}} and {{Name}}. Most uses were corrected
however the Decision Navigator continues to use Stunner's
{{DefinitionAdapter.getTitle(..)}} that looks up the property annotated with
{{@Property(meta = PropertyMetaTypes.NAME)}} and returns its {{String}} value.