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

hilla - autocrud: entities with mapped superclass not supported? #3361

Open
fer-marino opened this issue Mar 18, 2025 · 0 comments
Open

hilla - autocrud: entities with mapped superclass not supported? #3361

fer-marino opened this issue Mar 18, 2025 · 0 comments
Labels
bug Something isn't working hilla Issues related to Hilla

Comments

@fer-marino
Copy link

Describe the bug

Hi,
I've noticed that if the entity I'm creating the autocrud component from is extending a mapped superclass, the generated UI components includes only the properties of the superclass, not the entity itself. Is this a bug or am I doing something wrong?

thanks

Expected-behavior

all mapped properties are used

Reproduction

create a jpa mapped super class and an entity that extends it. Then create an autocrud component for the entity.

System Info

gradle, spring boot, hilla. All latest

@fer-marino fer-marino added bug Something isn't working hilla Issues related to Hilla labels Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hilla Issues related to Hilla
Projects
None yet
Development

No branches or pull requests

1 participant