Ignition 8.0.7-nightly (27nov)
@Paul.Scott, @mgross
I have alarm with this expression for the Label:
tag(concat("[default]",{itemPath},".tooltip"))
The label displayed in the designer and in the alarm’s component is wrong (default is used)
If I change the expression to display the tagPath calculated in order to check it, it’s ok.
concat("[default]",{itemPath},".tooltip")
The issue seem to be related to the usage of tag function in this context