Project

General

Profile

Actions

Defect #31710

open

Assigned on search issues not ordered by name

Added by Hynek Petrla over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

assigned_to_values isn't ordered by user name.

Fix:
Posiible fix, change line in query.rb to:
assigned_to_values += (Setting.issue_group_assignment? ? principals : users).sort_by{|h| [ h.status, h.name ]}.collect{|s| [s.name, s.id.to_s, l("status_#{User::LABEL_BY_STATUS[s.status]}")] }


Files

Screenshot_35.png (2.64 KB) Screenshot_35.png Hynek Petrla, 2019-07-11 20:43

No data to display

Actions

Also available in: Atom PDF