Closed
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
admin/ui
Describe the bug
There are several problems that occur when you try to make changes to a pre-defined user profile attribute such as username, email, firstName, and lastName. See this screen shot:
There are three problems here:
- Can't save changes: Change something such as
Who can edit?
. Then hitSave
. Nothing happens except there is a warning message in the console. - Information message is cut off: It says,
Info alert:You are able to translate the "Display name" based on your locale or preferred languages. In addition, you are also able to create or edit the "Display name" translations in the
- Display name field is changed: The
Display name
for predefined fields does not follow the naming conventionprofile.attributes.attributeName
. In fact, we should not change any attribute to follow that naming convention if a value forDisplay name
already exists. It is only something we fill in for new attributes. We do want to continue to make this field read-only once it is set in order to preserve existing key/value pairs.
Version
26.1.1
Regression
- The issue is a regression
Expected behavior
See above
Actual behavior
See above
How to Reproduce?
See above
Anything else?
No response