archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
914 stars 267 forks source link

Label Expressions does not display user defined property value #902

Closed rdinnik closed 1 year ago

rdinnik commented 1 year ago

Version of Archi

4.10.0

Operating System

Windows

Expected Behaviour

If I have user defined property "myprop" with value equal to "some text", label expression ${myprop} should display "some text" on the symbol.

Actual Behaviour

Text "${myprop}" is displayed on the symbol

Phillipus commented 1 year ago

Hi, that's not how to use a property in an expression label. Use the following format:

${property:myprop}

See https://github.com/archimatetool/archi/wiki/Label-Expressions

rdinnik commented 1 year ago

label expression should be ${property:myprop}