You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the label expression of the aggregation relation shown in the picture
$source{type} "$source{name}"
${name}
$target{type} "$target{name}"
[${type}]
I would expect what is shown in the picture while I see the actual behaviour shown in the picture as well:
Actual Behaviour
So $source{type} $target{type}
is not resolved, while $source{name} and $target{name} works fine.
Steps to Reproduce the Behaviour
Set the label expression of the aggregation relation to:
$source{type} "$source{name}"
${name}
$target{type} "$target{name}"
[${type}]
Is my expectation wrong?
The text was updated successfully, but these errors were encountered:
Version of Archi
com.archimatetool.editor.buildid=202007151058
com.archimatetool.editor.versionid=4.7.1
Archi Plug-ins
Operating System
os.arch=amd64
os.name=Windows 10
os.version=10.0
Expected Behaviour
With the label expression of the aggregation relation shown in the picture
$source{type} "$source{name}"
${name}
$target{type} "$target{name}"
[${type}]
I would expect what is shown in the picture while I see the actual behaviour shown in the picture as well:
Actual Behaviour
So
$source{type}
$target{type}
is not resolved, while $source{name} and $target{name} works fine.
Steps to Reproduce the Behaviour
Set the label expression of the aggregation relation to:
$source{type} "$source{name}"
${name}
$target{type} "$target{name}"
[${type}]
Is my expectation wrong?
The text was updated successfully, but these errors were encountered: