Brijesh619 opened a new pull request, #697: URL: https://github.com/apache/atlas/pull/697
**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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
