Merge lp:~brian-murray/arsenal/default-search-order 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/default-search-order
Merge into: lp:~bryce/arsenal/2.x
Diff against target: 12 lines (+1/-1)
1 file modified
scripts/collect-bug-data (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/arsenal/default-search-order
Reviewer Review Type Date Requested Status
Bryce Harrington Approve
Review via email: mp+109411@code.launchpad.net

Description of the change

Launchpad apparently barfs if you pass search_order='' so set it to -datecreated which will work.

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
=== modified file 'scripts/collect-bug-data'
--- scripts/collect-bug-data 2012-05-16 20:27:20 +0000
+++ scripts/collect-bug-data 2012-06-08 18:09:18 +0000
@@ -309,7 +309,7 @@
309 try:309 try:
310 search_order = search_criteria['order_by']310 search_order = search_criteria['order_by']
311 except KeyError:311 except KeyError:
312 search_order = ''312 search_order = '-datecreated'
313313
314 try:314 try:
315 search_limit = search_criteria['limit']315 search_limit = search_criteria['limit']

Subscribers

People subscribed via source and target branches

to all changes: