We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jhipster-dotnetcore/generators/entity-client/templates/blazor/src/Project.Client/Models/Model.cs.ejs
Line 67 in 5844d76
Model has UserId, but ModelUpdate.razor.cs will get relationshipName. Generated code is not compiling.
entity Employee { lastName String firstName String displayName String employeeNumber String } relationship OneToOne { Employee{internalUser(login)} to User }
The text was updated successfully, but these errors were encountered:
Hello, sorry for the delay, i think the generation of user relationship is not implemented in blazor
Sorry, something went wrong.
No branches or pull requests
jhipster-dotnetcore/generators/entity-client/templates/blazor/src/Project.Client/Models/Model.cs.ejs
Line 67 in 5844d76
Model has UserId, but ModelUpdate.razor.cs will get relationshipName. Generated code is not compiling.
The text was updated successfully, but these errors were encountered: