Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDL demo Location has invalid field type #94

Closed
bagage opened this issue Jul 7, 2020 · 2 comments
Closed

JDL demo Location has invalid field type #94

bagage opened this issue Jul 7, 2020 · 2 comments

Comments

@bagage
Copy link
Contributor

bagage commented Jul 7, 2020

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
Copy link
Member

deepu105 commented Jul 7, 2020 via email

@bagage
Copy link
Contributor Author

bagage commented Jul 7, 2020

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

@bagage bagage closed this as completed Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants