Hello!
I’m trying to generate a simple overwrite to the user-edit screen.
I added two more fields to the entity (date-of-birth and gender) and let jmix do the ‘new screen’ and ‘create menu item’.
Menu item brings: metaclass not found.
Maybe because of:
‘public class EHC_User_ProfileEdit extends StandardEditor {…’
When I change to extends Screen, I get an empty Screen.
Then I added an InstanceLoader for
’ currentAuthentication.getUser(); …’
Works. i get a prefilled edit screen with the data of the current user.
Now ‘save command’ does not work…
My question now,
is there a better way to handle an edit screen here?
Thanks in advance for ideas…
br
HP