Skip to content

Commit

Permalink
Merge branch '4.2/chart-by-priority' into 4.2-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Oct 23, 2014
2 parents 5b4a100 + bfc49b2 commit 943ba7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/RT/Report/Tickets.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ our @GROUPINGS = (

Queue => 'Queue', #loc_left_pair

InitialPriority => 'Priority', #loc_left_pair
FinalPriority => 'Priority', #loc_left_pair
Priority => 'Priority', #loc_left_pair

Owner => 'User', #loc_left_pair
Creator => 'User', #loc_left_pair
LastUpdatedBy => 'User', #loc_left_pair
Expand Down Expand Up @@ -94,6 +98,9 @@ our %GROUPINGS_META = (
},
Localize => 1,
},
Priority => {
Sort => 'numeric raw',
},
User => {
SubFields => [grep RT::User->_Accessible($_, "public"), qw(
Name RealName NickName
Expand Down

0 comments on commit 943ba7e

Please sign in to comment.