Skip to content

Commit

Permalink
Improve tenant qualified URL feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Jul 17, 2024
1 parent 925a1b5 commit 8851256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ private Set<org.wso2.carbon.user.core.common.User> getMultiAttributeFilteredUser
String sortBy, String sortOrder, String domainName, int maxLimit, boolean paginationRequested)
throws CharonException, BadRequestException {

Set<org.wso2.carbon.user.core.common.User> users = new HashSet<>();
Set<org.wso2.carbon.user.core.common.User> users = new LinkedHashSet<>();
if (StringUtils.isNotEmpty(domainName)) {
users = getFilteredUsersFromMultiAttributeFiltering(node, offset, maxLimit, sortBy, sortOrder, domainName,
false);
Expand Down

0 comments on commit 8851256

Please sign in to comment.