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

JDL demo Location has invalid field type #94

Closed bagage closed 4 years ago

bagage commented 4 years ago

The JDL Studio demo hosted at https://start.jhipster.tech/jdl-studio/ has the following entity:

entity Location {
    streetAddress String,
    postalCode String,
    city String,
        at Int,
    stateProvince String
}

However it should be at Integer instead of at Int which throws an unsupported type exception. I can see in master that issue does not exist anymore, though I find this field valuable since it demonstrates a separate type value.

deepu105 commented 4 years ago

Where do you see it both versions of JDL studio doesn't have that. May be its the locally stored version on your system. Hit the delete button on top right corner to reset

On Tue, 7 Jul 2020, 2:09 pm Gautier P, notifications@github.com wrote:

The JDL Studio demo hosted at https://start.jhipster.tech/jdl-studio/ has the following entity:

entity Location { streetAddress String, postalCode String, city String, at Int, stateProvince String }

However it should be at Integer instead of at Int which throws an unsupported type exception. I can see in master that issue does not exist anymore, though I find this field valuable since it demonstrates a separate type value.

— 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/94, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIOKF43IBSKIBAJWHLYPITR2MF6RANCNFSM4OSX62VQ .

bagage commented 4 years ago

Hmm, strange. Don't know where it comes from but indeed after resetting it disappears. Thanks :).