Skip to content

Archetype tags sometimes missing #399

@simonbrowndotje

Description

@simonbrowndotje

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions