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 3 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.
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
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
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?
Disabled/hid all modification action buttons (Add, Edit, Delete) for Classifications, Terms, Labels, User-Defined Properties, and Business Metadata when the entity status is DELETED.
Switched the action-link prompt messages (e.g., "To add, click here") to static text under the DELETED state.
Utilized the EntityStatus.DELETED enum consistently across components.
Safeguarded button rendering against loading states to prevent UI flashing before the API response resolves.
How was this patch tested?
Unit Tests: Ran the full frontend unit test suite (npm test). All 180 test suites and 4,633 unit tests passed successfully.
Build Compilation: Ran typechecking (npm run typecheck) to ensure type safety.