-
- Downloads
There was an error fetching the commit references. Please try again later.
Sort labels alphabetically
Sorts labels alphabetically on issues (and merge requests) list.
Before it was order id desc.
Now it will be consistent with sidebar and labels page.
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/helpers/labels_helper.rb 4 additions, 0 deletionsapp/helpers/labels_helper.rb
- app/views/projects/issues/_issue.html.haml 1 addition, 1 deletionapp/views/projects/issues/_issue.html.haml
- app/views/projects/merge_requests/_merge_request.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/_merge_request.html.haml
- changelogs/unreleased/dz-sort-labels-alphabetically.yml 5 additions, 0 deletionschangelogs/unreleased/dz-sort-labels-alphabetically.yml
- spec/features/issuables/issuable_list_spec.rb 24 additions, 0 deletionsspec/features/issuables/issuable_list_spec.rb
- spec/helpers/labels_helper_spec.rb 13 additions, 0 deletionsspec/helpers/labels_helper_spec.rb
Please register or sign in to comment