Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
user-profile
Describe the bug
I wanted to make a custom attribute called displayName
visible and editable to my users. However, when typing the e
in displayName
, the localization tag seems to just fail to update.
DisplayNameBug.mp4
This causes the localization to fail, since in the localization tab it is listed properly but in the user profile it is searching for the wrong tag. (profile.attributes.displayNam
instead of profile.attributes.displayName
)
Version
26.2.5
Regression
- The issue is a regression
Expected behavior
I expected the e
in displayName
to be filled in like everything else.
Actual behavior
The e
in displayName
does not get filled in appropriately.
How to Reproduce?
As can be seen in the video:
- Create an attribute called
displayName
. - Observe it not work correctly.
Anything else?
I was able to work around this by using the browser tools to make the Display name tag for localization of the User Attribute editable, and then manually editing it. Saving the attribute registered the change appropriately.