jhipster / jdl-studio

JDL Studio is an online JHipster Domain Language visual editor
https://start.jhipster.tech/jdl-studio/
Apache License 2.0
405 stars 114 forks source link

Aggregation diamond is in the wrong end of the relation #117

Closed scarabetta closed 3 years ago

scarabetta commented 3 years ago

In both many-to-one and one-to-many relationships a diamond is drawn now in the "many" end of the relationship. In previous versions of jdl-studio it was drawn the right way, following UML convention.

jdl2

deepu105 commented 3 years ago

Would you like to do a PR to fix it?

On Fri, 16 Oct 2020, 4:43 pm Sergio Carabetta, notifications@github.com wrote:

In both many-to-one and one-to-many relationships a diamond is drawn now in the "many" end of the relationship. In previous versions of jdl-studio it was drawn the right way, following UML convention.

[image: jdl2] https://user-images.githubusercontent.com/2843965/96271290-1452f900-0fa3-11eb-93c8-1dd57432d1d5.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jhipster/jdl-studio/issues/117, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIOKF4QU4ZCEFEN537YGD3SLBLX3ANCNFSM4STNYKLQ .

scarabetta commented 3 years ago

Fixed, I'll do the PR now.