Skip to content

fix: remove bad orderby in getUsers - #1265

Merged
bolmsten merged 1 commit into
developfrom
people_sort_fix
Nov 21, 2025
Merged

fix: remove bad orderby in getUsers#1265
bolmsten merged 1 commit into
developfrom
people_sort_fix

Conversation

@bolmsten

@bolmsten bolmsten commented Nov 18, 2025

Copy link
Copy Markdown
Contributor

Description

This PR removes a redundant orderBy clause in the getUsers function.

Motivation and Context

The orderBy clause was causing incorrect user sorting. By removing this clause, we ensure that users are fetched in their correct order, improving data accuracy and usability.

Changes

  • Removed the orderBy clause from the getUsers function in UserDataSource.ts. This change eliminates incorrect sorting of users based on their user_id.

@bolmsten
bolmsten requested a review from a team as a code owner November 18, 2025 13:36
@bolmsten
bolmsten requested review from William-Edwards-STFC and yoganandaness and removed request for a team November 18, 2025 13:36
@bolmsten
bolmsten requested a review from TCMeldrum November 20, 2025 08:15
@bolmsten
bolmsten merged commit 30f3cd2 into develop Nov 21, 2025
42 of 46 checks passed
@bolmsten
bolmsten deleted the people_sort_fix branch November 21, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants