You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: