Skip to content

Add the option to sort by name in admin groups

What does this MR do?

Adds 'Name' as a sort option in admin area groups

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

The lack of ability to sort by name was a problem especially in large installations with many groups. Let's say you have a group with a short name like 'ba' and many other groups that have 'ba' in the name, but not exact matches. Without ability to sort by name, it's going to be really difficult to find the actual group named 'ba' because you're going to see 'bar', 'baz, 'foobar' and the other 30 groups with 'ba' in the name.

Merge request reports