Brijesh Bhalala created ATLAS-5347:
--------------------------------------
Summary: Atlas React UI: Skeleton loader stuck indefinitely in
Administration Audit tab when expanding Purge/Auto-Purge entity details
Key: ATLAS-5347
URL: https://issues.apache.org/jira/browse/ATLAS-5347
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 2.5.0
Reporter: Brijesh Bhalala
Assignee: Brijesh Bhalala
Attachments: Screenshot from 2026-07-17 15-24-32.png
*Component*
Administration / Audits
*Description*
In the Administration → Audits tab, when expanding a PURGE or AUTO_PURGE audit
row and clicking on a purged entity GUID to view its details, the entity
properties inside the modal show an infinite skeleton loader instead of the
actual data.
*Steps to Reproduce*
Navigate to Administration → Audits tab.
Locate a row with operation PURGE or AUTO_PURGE.
Expand the row to see the list of purged entity GUIDs.
Click on any entity GUID link — a modal opens.
Expand any audit row inside the modal to view entity details.
Observe: The properties accordion (Technical/Relationship/User-defined) shows a
skeleton loader that never resolves.
*Expected Behavior*
The properties should render correctly with the parsed audit detail data.
*Actual Behavior*
The skeleton loader is displayed indefinitely. Properties never render.
*Affected Components*
AuditResults.tsx — does not pass required loading prop when rendering AuditsTab
in the purge modal.
AttributeProperties.tsx — loading condition incorrectly treats missing loading
prop and empty entityData store as "still loading" even in audit detail mode
where neither is needed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)