Skip to content

Commit

Permalink
Add explicit ordering for Reopened status in status diff table
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercamp committed May 11, 2020
1 parent 83de8d4 commit 2a2530d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public CodeDxDiffSummary getStatusDiffSummary() {
order.add("Escalated");
order.add("Assigned");
order.add("New");
order.add("Reopened");
order.add("Gone");

return CodeDxDiffSummary.getDiffSummary(getPreviousStatusStats(),
Expand Down

0 comments on commit 2a2530d

Please sign in to comment.