ATLAS-5260: ATLAS UI: [UI] Detail page – terms from entity header, labels/UDP save fixes (dashboard + dashboardv2)#585
Merged
pawarprasad123 merged 1 commit intomasterfrom Mar 31, 2026
Merged
Conversation
…bels/UDP save fixes (dashboard + dashboardv2)
chaitalicod
approved these changes
Mar 30, 2026
UmeshPatil-1
pushed a commit
to UmeshPatil-1/atlas
that referenced
this pull request
Apr 16, 2026
…bels/UDP save fixes (dashboard + dashboardv2) (apache#585)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Entity detail relied on
relationshipAttributes.meanings, which is empty when the detail API is called withignoreRelationships=true. We enrich terms from the entity header API when appropriate, and align label/UDP behavior with the classic UI.Scope
React UI (
dashboard/)After loading detail, call
GET /v2/entity/guid/{guid}/headerwhenrelationshipAttributes.meaningsis missing/empty and the entity is notAtlasGlossary*.Map header term assignments to the shape expected by chips/remove-term (
guid,relationshipGuid, etc.).-Labels: normalize save payload to
string[], allow saving an empty list to clear all labels, use explicit POST for/labels.-User-defined properties: omit blank keys from payload; on Cancel, reset form to current server values (not a single empty row only).
-Classic UI (
dashboardv2/)When meanings are missing on the main entity response, fetch the same entity header and merge meanings, then render terms and update the Backbone model.
Technical notes
Detail GET continues to use
ignoreRelationships=truefor performance; header GET is the lightweight term supplement.Optional: mention unrelated build fix if this ticket includes the whole branch — export
getLatestEntitiesinsearchApiMethod.tsforDashboardOverview(TypeScript compile).Acceptance criteria
on-glossary entity with assigned terms shows terms in the header after load (React).
Same behavior on classic detail page when meanings were empty on main GET.
Glossary entity types do not show/require the terms strip in line with existing UX.
Labels: add, edit, and remove all labels persist after refresh.
How was this patch tested?
Manually tested, Build passed







