-
-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Labels
Description
Expected
Both software systems in the following example should have Default Tag.
workspace {
model {
archetypes {
softwareSystem {
tag "Default Tag"
}
}
a = softwareSystem "A" "Description" "Tag A"
b = softwareSystem "B" {
tag "Tag B"
}
}
}
Actual
Default Tag is missing from a.
Steps to reproduce
See above.
Version/build information
structurizr-dsl v4.0.0
Severity
Minor
Priority
Low (I'm willing to make a pull request - please confirm approach first)
More information
Raised via Patreon post: https://www.patreon.com/posts/126215538
pascalwhoop