the autonumber variable is displayed incorrectly if the note is assigned between two participants

0 votes
asked Feb 4, 2019 in Bug by wro02922 (780 points)
the autonumber variable is displayed incorrectly if the note is assigned between two participants
@startuml
participant a
participant b
participant c
autonumber
a -> b :msg
note over a : %autonumber% 
note over a,b : %autonumber% 
b -> c :msg 
note over b,c : %autonumber% 
note over b : %autonumber% 
return msg_ack
a <-- b :msg_ack
@enduml

1 Answer

+1 vote
answered Feb 5, 2019 by plantuml (294,960 points)
selected Feb 5, 2019 by wro02922
 
Best answer
Thanks for the report !

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you.
commented Feb 5, 2019 by wro02922 (780 points)
Many thanks!
...