Merge lp:~brian-murray/arsenal/sort-by-dupes into lp:~bryce/arsenal/2.x

Proposed by Brian Murray
Status: Merged
Merge reported by: Bryce Harrington
Merged at revision: not available
Proposed branch: lp:~brian-murray/arsenal/sort-by-dupes
Merge into: lp:~bryce/arsenal/2.x
Diff against target: 12 lines (+1/-1)
1 file modified
web/templates/bugs-by-team-dupe-count.mako (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/arsenal/sort-by-dupes
Reviewer Review Type Date Requested Status
Bryce Harrington Approve
Review via email: mp+106069@code.launchpad.net

Description of the change

sort by dupe count since we think it is important enough to feature in the report

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'web/templates/bugs-by-team-dupe-count.mako'
2--- web/templates/bugs-by-team-dupe-count.mako 2012-05-16 20:36:07 +0000
3+++ web/templates/bugs-by-team-dupe-count.mako 2012-05-16 22:46:19 +0000
4@@ -547,7 +547,7 @@
5 });
6 if (first_time) {
7 first_time = false;
8- sortList = [[3,1], [4,1]];
9+ sortList = [[8,1], [3,1], [4,1]];
10 $.each(tables, function(team, val) {
11 id = team.replace(/ /g, '_');
12 $("#" + id).trigger("sorton", [sortList]);

Subscribers

People subscribed via source and target branches

to all changes: