提交 380eba7c 编写于 作者: D Daniel Beck

[FIXED JENKINS-21673] Sort authorities on user index page.

上级 48cb1304
......@@ -669,6 +669,7 @@ public class User extends AbstractModelObject implements AccessControlled, Descr
r.add(n);
}
}
Collections.sort(r, String.CASE_INSENSITIVE_ORDER);
return r;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册