Skip to content

Commit

Permalink
pkp#8700 Updated UserGroupDAO::_getSearchSql() to sort users by ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Mar 23, 2023
1 parent 781a93d commit fd7eb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/security/UserGroupDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ function _getSearchSql($searchType, $search, $searchMatch, &$params) {
}
}

$searchSql .= $this->userDao->getOrderBy(); // FIXME Add "sort field" parameter?
$searchSql .= ' ORDER BY u.user_id'; // FIXME Add "sort field" parameter?
return $searchSql;
}
Expand Down

0 comments on commit fd7eb9b

Please sign in to comment.