[
https://issues.apache.org/jira/browse/ATLAS-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18099963#comment-18099963
]
ASF subversion and git services commented on ATLAS-5347:
--------------------------------------------------------
Commit 9729bb9cc24fa1f97d9fa54e87819aa61a6a1258 in atlas's branch
refs/heads/atlas-2.6 from Nixon Rodrigues
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=9729bb9cc ]
ATLAS-5347: Atlas React UI: Skeleton loader stuck indefinitely in
Administration Audit tab when expanding Purge/Auto-Purge entity details (#707)
* ATLAS-5347: Atlas React UI: Skeleton loader stuck indefinitely in
Administration Audit tab when expanding Purge/Auto-Purge entity details
Co-authored-by: Brijesh Bhalala <[email protected]>
> 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
> Priority: Major
> Labels: atlas-react
> Fix For: 3.0.0, 2.6.0
>
> Attachments: Screenshot from 2026-07-17 15-24-32.png
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> *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)