Skip to content

Sorted autocomplete users list by name

Created by: allistera

Currently when Gitlab gets a list of users (For example in the Assignee field for a merge request) for a autocomplete select field it orders them by date created, it would be must more elegant if this was sorted by the users name.

It looks like this was previously the case, but the code has been changed since then: #3645

This is a re-pull request of https://github.com/gitlabhq/gitlabhq/pull/9522 - due to CI not running on it.

Merge request reports