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
Hi! Having a group with the same name as a system in the group, and then rendering with StructurizrPlantUMLExporter yields puml code that does not render an image but an error. It works with e g the C4PlantUMLExporter plantuml renderer.
Steps to reproduce
Navigate to web ui to test
Paste code
Try normal render, ok, try plantuml render and click to render - error message is rendered.
Other (C4PlantUMLExporter) plantuml renderer works fine, also.
Screenshot
Code sample
workspace "same-name-group-system-plantuml-renderer-error" {
!identifiers hierarchical
model {
group "Kompis" {
kompis = softwareSystem "Kompis"
}
github = softwareSystem "Github"
azure = softwareSystem "Azure"
space = softwareSystem "IPEX space" {
-> github "Is built using:"
-> azure "Uses"
-> kompis "Uses"
}
}
views {
systemContext space {
autolayout lr
include *
}
}
}
Configuration
Web version
Severity
Minor
Priority
I have no budget and there's no rush, please fix this for free
More information
Workaround: Dont use same name for group and system in your hierarchy.
The text was updated successfully, but these errors were encountered:
Description
Hi! Having a group with the same name as a system in the group, and then rendering with
StructurizrPlantUMLExporter
yields puml code that does not render an image but an error. It works with e g theC4PlantUMLExporter
plantuml renderer.Steps to reproduce
Other (C4PlantUMLExporter) plantuml renderer works fine, also.
Screenshot
Code sample
Configuration
Web version
Severity
Minor
Priority
I have no budget and there's no rush, please fix this for free
More information
Workaround: Dont use same name for group and system in your hierarchy.
The text was updated successfully, but these errors were encountered: