-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Entity generator does not create relationship dropdowns #57
Comments
Some work tonight:
I tested your JDL and all of your entities now work as expected (used JWT though so hopefully OAuth2 works). I also added a mapper method for the entity to/from the form value. This lets you use those Remaining issues:
|
Good stuff @ruddell! I tested it out this morning and found a couple of issues:
Here's the code I'm using:
|
Thanks for the tips. I'll try to finish this up this weekend.
It looks like I also should add a |
flash of old value on update submit missing id in form/entity mapper
@ruddell Can this issue be closed now? |
Ya the relationship dropdown is mostly working, I added the remaining issues to a list in #38 |
I created a new entity called
Points
with the following JDL:In my JHipster app, there's a User drop-down on the add/edit screen.
In my React Native app, there is no drop-down.
The text was updated successfully, but these errors were encountered: