-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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 do not ask for fieldType when no persistence #13604
Comments
Side comment: |
This issue is stale because it has been open 30 days with no activity. |
Issue it still valid with beta-1
|
This issue is stale because it has been open 30 days with no activity. |
Still valid! |
This issue is stale because it has been open 30 days with no activity. |
Still valid (from as far as I know)! |
This issue is stale because it has been open 30 days with no activity. |
Still valid |
This issue is stale because it has been open 30 days with no activity. |
Still valid I think |
This issue is stale because it has been open 30 days with no activity. |
Generating field #1 ? Do you want to add a field to your entity? Yes ================= Bp ================= Generating field #2 ? Do you want to add a field to your entity? Yes ================= Bp ================= Generating field #3 ? Do you want to add a field to your entity? No ================= Bp ================= Generating relationships to other entities ? Do you want to add a relationship to another entity? No ================= Bp ================= ? Do you want to use separate service class for your business logic? Yes, generate a separate service interface and implementation Everything is configured, generating the entity... ERROR! fieldType is missing in .jhipster/Bp.json for field { This issue is still there!! |
Just ran into this as well:) |
This issue is stale because it has been open for too long without any activity. |
Still valid from as far as I know |
Overview of the issue
I have generate a project which use "No database". I'm generating an entity for it.
It used to be forbidden but in version 7.0.0-beta.0 it seems to now be allowed, which is really cool.
The following things do not work:
@Id
Motivation for or Use Case
I want a read-only script that will present information coming from calls on other APIs.
So I don't need the persistence but having the UI and controllers is really useful.
Reproduce the error
Related issues
N/A
Suggest a Fix
JHipster Version(s)
7.0.0-beta.0
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryN/A
Browsers and Operating System
macOS Catalina
The text was updated successfully, but these errors were encountered: