Open
Description
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