Skip to content

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
apache:masterfrom
Brijesh619:ATLAS-5342

Conversation

@Brijesh619

Copy link
Copy Markdown
Contributor

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.

@Brijesh619

Copy link
Copy Markdown
Contributor Author
Screenshot from 2026-07-16 17-03-01

@Brijesh619

Copy link
Copy Markdown
Contributor Author
Screenshot from 2026-07-16 17-05-26

@Brijesh619
Brijesh619 force-pushed the ATLAS-5342 branch 2 times, most recently from f1677f7 to e5ed497 Compare July 17, 2026 06:58
@pawarprasad123
pawarprasad123 self-requested a review July 17, 2026 10:55

@pawarprasad123 pawarprasad123 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check test case and test coverage after the changes.

Comment thread dashboard/src/views/DetailPage/EntityDetailTabs/PropertiesTab/Labels.tsx Outdated
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
@Brijesh619
Brijesh619 force-pushed the ATLAS-5342 branch 2 times, most recently from c3879fc to 6ab8d6e Compare July 31, 2026 07:34
@Brijesh619

Copy link
Copy Markdown
Contributor Author
Screenshot from 2026-07-31 14-35-12

…Classifications, Terms, Labels, Business Metadata) remain active for DELETED entities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants