Implied relationship don't preserve tags in scripts #310
-
DescriptionHi @simonbrowndotje , Thanks for awesome project. While working on modelling our system we encountered on a situation that our systemContext views that had implied relationships from containers are not showing up with our tags filtering. After further investigation we realized that while implied relationships are created, they aren't copying tags when using scripts. However when you use DSL only without scripts tags are properly assigned. We are wondering why tags are copied on Steps to reproduceCode sample is provided below. To validate problem you can run it:
ScreenshotNo response Code sample
ConfigurationNo response SeverityMajor PriorityI'm willing to fix this myself and raise a PR (please confirm approach first) More informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is by design, and related to the issues you linked to. In summary, it's not possible to add all tags (and properties, perspectives, etc) when building implied relationships because they can be added to after the implied relationship has been created. For example:
If you're using code/script, you'll need to check the linked relationship (via the |
Beta Was this translation helpful? Give feedback.
This is by design, and related to the issues you linked to. In summary, it's not possible to add all tags (and properties, perspectives, etc) when building implied relationships because they can be added to after the implied relationship has been created. For example: