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

OneToOne relationship shown as OneToMany #90

Closed geyuqiu closed 4 years ago

geyuqiu commented 4 years ago

entity Question {
    text String required
}

entity Vote {
    beans Integer required
}

relationship OneToOne {
    Vote to Question
}

Bildschirmfoto 2020-05-27 um 11 04 37

girvain commented 4 years ago

I have this to and can't solve it?

deepu105 commented 4 years ago

fixed in v2, will be released sometime next week