ui: provide edit support for display name in column side panel#25436
ui: provide edit support for display name in column side panel#25436shrabantipaul-collate merged 9 commits intomainfrom
Conversation
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Code Review 👍 Approved with suggestions 1 resolved / 2 findingsGood feature implementation with comprehensive tests. The previously identified type safety issue with
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
|
* ui: provide edit support for display name in column side panel * Edit displayname on explore page * bug:changing display name changes color of name to grey * Add playwright tests for display name edit on explore page * Address review comments * Address review comments-useTheme instead of direct values in styles --------- Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com> Co-authored-by: Shrabanti Paul <shrabantipaul@Shrabantis-MacBook-Pro.local>



Describe your changes:
Provide support for edit of display name through column side panel.
Provide support for edit of display name for assets from explore page.
For explore page edit:
-Added edit icon beside asset name.
-On click of edit icon, a popup will open, showing the name, display name, save and cancel buttons.
-On updating the display name, a PATCH request will be called to update the value.
https://www.loom.com/share/a0de8cc64e3944318b20d13a1c8e7d49


https://www.loom.com/share/869ae0e394c241c194ed0f529b2e01af
Screen.Recording.2026-01-21.at.2.26.15.PM.mov
Screen.Recording.2026-01-21.at.2.27.06.PM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
ColumnDetailPanel,EntityTitleSection, andEntitySummaryPanelcomponentsEditDisplayNamepermissionupdateFieldDisplayNameinTableUtils.tsxrecursively updates display names in column hierarchiesSchemaTablewhen display name is setEntitySummaryPanel.test.tsxandEntityTitleSection.test.tsxEntitySummaryPanel.spec.tsfor display name editing on explore pageThis will update automatically on new commits.