Skip to content

Commit

Permalink
[FIXED JENKINS-21673] Sort authorities on user index page.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Feb 5, 2014
1 parent 48cb130 commit 380eba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/model/User.java
Expand Up @@ -669,6 +669,7 @@ public boolean canDelete() {
r.add(n);
}
}
Collections.sort(r, String.CASE_INSENSITIVE_ORDER);
return r;
}

Expand Down

0 comments on commit 380eba7

Please sign in to comment.