pawarprasad123 opened a new pull request, #508: URL: https://github.com/apache/atlas/pull/508
## What changes were proposed in this pull request? The React UI Table tab on entity detail pages (e.g., hive_db) sometimes sends sortOrder=DESCENDING, which differs from Classic UI (always ASCENDING). This causes mismatched results and empty tables in some cases. ## Scope React UI only. Classic UI already uses sortBy=name and sortOrder=ASCENDING. ## Fix Required Ensure the relationship search payload always uses: sortBy=name sortOrder=ASCENDING and is not overridden by client-side sorting state. ## Files dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx ## Validation Open React UI → entity detail → Table tab Confirm relationship API request includes sortOrder=ASCENDING Results match Classic UI ordering ## How was this patch tested? Manually -- 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]
