Skip to content

Commit

Permalink
Update ManagePermissionsPage.java
Browse files Browse the repository at this point in the history
  • Loading branch information
scolapasta authored Feb 11, 2022
1 parent 73d7216 commit 9b818cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ public List<DataverseRole> getAvailableRoles() {
break;
}
}
}
}

Collections.sort(roles, DataverseRole.CMP_BY_NAME);
Expand Down

0 comments on commit 9b818cf

Please sign in to comment.