AJamesPhillips / DataCurator

DataCurator enables you to map and understand complex systems before helping you plan, communicate and navigate successful interventions in them.
https://DataCurator.org
8 stars 1 forks source link

${value} not rendering in component title #218

Closed AJamesPhillips closed 2 years ago

AJamesPhillips commented 2 years ago

To Reproduce

Steps to reproduce the behavior:

  1. Create a component with type state, a current value and a title with ${value} in it.
  2. Change to presentation mode. Observe the title on the node is rendered correctly but the title on the component form still says ${value}

Expected behavior

In presentation mode the component form should render the value correctly.

AJamesPhillips commented 2 years ago

The node had been change to type goal so it did not have any value to use. This is not a bug.