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

Blazor Model and ModelUpdate.razor.cs generators handle User entity differently #1069

Open
pasikokko opened this issue Jul 11, 2022 · 1 comment

Comments

@pasikokko
Copy link

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
}
@nicolas63
Copy link
Member

Hello, sorry for the delay, i think the generation of user relationship is not implemented in blazor

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