Last modified: 2014-02-14 15:31:17 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T58253, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 56253 - Show Priority column in duplicates.cgi listings
Show Priority column in duplicates.cgi listings
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Bugzilla (Other open bugs)
wmf-deployment
All All
: High normal (vote)
: ---
Assigned To: Nobody - You can work on this!
[bugzilla-5.0]
: upstream
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-28 16:23 UTC by Greg Grossmeier
Modified: 2014-02-14 15:31 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Greg Grossmeier 2013-10-28 16:23:20 UTC
eg: https://bugzilla.wikimedia.org/duplicates.cgi?maxrows=50&openonly=1&changedsince=90

Boy would it be useful to sort that list by Priority as I bet some of those are Low priority even though they have a bunch of dupes. This will make it easier for people/us (WMF) to groom this list and work on the important ones.
Comment 1 Andre Klapper 2013-10-29 11:39:26 UTC
Untested guess just from reading the code
(assuming we want to replace the "OS" column by "Priority"):

In template/en/default/reports/duplicates-table.html.tmpl :

-    { name => "op_sys", description => field_descs.op_sys },
+    { name => "priority", description => field_descs.priority },
[...]
-          <td class="op_sys">
-            [%- display_value('op_sys', bug.op_sys) FILTER html %]
+          <td class="priority">
+            [%- display_value('priority', bug.priority) FILTER html %]
Comment 2 Andre Klapper 2013-10-31 14:21:24 UTC
Code change in comment 1 works as expected on boogs.wmflabs.org - I'll try to get this into upstream first though; added URL in "See Also" field.
Comment 3 Gerrit Notification Bot 2014-01-07 11:29:20 UTC
Change 105938 had a related patch set uploaded by Aklapper:
duplicates.cgi: Add "Resolution" and "Priority" columns

https://gerrit.wikimedia.org/r/105938
Comment 4 Gerrit Notification Bot 2014-02-14 15:23:51 UTC
Change 105938 merged by Dzahn:
duplicates.cgi: Add "Resolution" and "Priority" columns

https://gerrit.wikimedia.org/r/105938
Comment 5 Daniel Zahn 2014-02-14 15:26:00 UTC
deployed, please confirm
Comment 6 Andre Klapper 2014-02-14 15:31:17 UTC
Lovely. Thanks!

Before:
Bug # 	Dupe Count   Change in last 90 day(s)  Component  Severity  
OS 				Target Milestone 	Summary

Now:
Bug # 	Dupe Count   Change in last 90 day(s)  Component  Resolution  
Severity 	Priority 	Target Milestone 	Summary

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links