Business usecase or "usecase/" does not work when "allow_mixing"

0 votes
asked May 29, 2022 in Wanted features by The-Lu (64,340 points)
edited May 30, 2022 by The-Lu

Hello PlantUML team,

  • Could you allow allow_mixing with business usecase ("usecase/")?
CodeOutput

That seems OK, with business actor:

@startuml
allowmixing
actor/ "actor/"
@enduml

But not with business usecase, KO:

@startuml
allowmixing
usecase/ "usecase/"
@enduml

Ref. of business diagram:

Regards.

1 Answer

0 votes
answered May 31, 2022 by plantuml (295,000 points)
selected May 31, 2022 by The-Lu
 
Best answer
Many thanks for the feedback, this is fixed now!
...