-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use display name as title #555
Conversation
…ing entity as it is always the title
@corvus-ch Now that the display name is used as visual title, the name (sometimes also called ID) isn't shown anymore when editing an entity (see screenshot). Is it relevant or useful for the user to see it? One possibility would be to add it to the visual title in parentheses (see 2nd screenshot for an example). What do you think? |
🚀 Preview deployment active
To uninstall this deployment, close or merge this PR. |
🚀 Preview deployment active
To uninstall this deployment, close or merge this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@corvus-ch Now that the display name is used as visual title, the name (sometimes also called ID) isn't shown anymore when editing an entity […]. Is it relevant or useful for the user to see it?
Yes, I think this is useful to see.
One possibility would be to add it to the visual title in parentheses (see 2nd screenshot for an example). What do you think?
That, or just keep the ID as title in the edit. My argument: the ID is constant and cannot be changed. The Display name however can be changed. I find it confusing, if I can change something in an input field, but the old value is still visible at another place.
That's a good point. I've changed all the edit form titles, so they show the entity's id. |
🚀 Preview deployment active
To uninstall this deployment, close or merge this PR. |
✔️ Preview deployment uninstalled
|
Summary
Uses the entity's display name as title and in messages, if the display name is not set, falls back to the entity's name.
Changes
metadata.name
) as it's not the visual title anymoreScreenshots
Closes #492
Checklist
bug
,enhancement
,documentation
,change
,breaking
,as they show up in the changelog