ATLAS-5342: Atlas React UI: Entity modification functionalities (Add Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities - #697
Open
Brijesh619 wants to merge 6 commits into
Conversation
Contributor
Author
Contributor
Author
Brijesh619
force-pushed
the
ATLAS-5342
branch
2 times, most recently
from
July 17, 2026 06:58
f1677f7 to
e5ed497
Compare
pawarprasad123
self-requested a review
July 17, 2026 10:55
pawarprasad123
left a comment
Contributor
There was a problem hiding this comment.
please check test case and test coverage after the changes.
Brijesh619
force-pushed
the
ATLAS-5342
branch
2 times, most recently
from
July 31, 2026 07:34
c3879fc to
6ab8d6e
Compare
Contributor
Author
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
Contributor
Author
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
Contributor
Author
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
Contributor
Author
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?
isEntityModificationAllowedutility consistently across components to centralize the status-checking logic (replacing direct checks against theEntityStatusenum).How was this patch tested?
DELETEDandPURGEDstates across all affected components (EntityDetailPage,DetailPageAttributes,ClassificationsTab,AttributeProperties,ShowMoreView,DrawerBodyChipView). Ran the full frontend unit test suite (npm run test) successfully.npm run build/tsc) to ensure strict type safety and verify that all unused enum imports were resolved.