-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest nightly release
Area
admin/ui
Describe the bug
Since upgrading to KC 22.0.3 I am not able to see the user profile attribute values on the user details page even though they are returned by the API:
When I try to update the value this is not updated in the request payload and the old value is send again:
Looks like this is a Frontend issue. The mapping between the form and the model seem to be broken.
Version
22.0.3
Expected behavior
Form for user profile attributes is filled with old values on opening the user details screen.
When updating user profile attributes and pressing the save button the updated values are send.
Actual behavior
Form for user profile attributes is NOT filled with old values on opening the user details screen. Its just empty.
When updating user profile attributes and pressing the save button the updated values are NOT send. Instead the old ones are send.
How to Reproduce?
- Enable user profile feature, add a custom user profile attribute: e.g. birthdate - validator not necessary. Do not set it to required as otherwise you are at the moment not able to create a user (there is a separate story for that one, see User cannot be created via Admin UI if custom user attribute is required #23327).
- Create a user
- On the details screen of the user update the birthdate and press save.
- Reload the page: The birthdate is empty.
Anything else?
It looks like this does not affect first and last name.