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
1=== modified file 'scripts/collect-bug-data'
2--- scripts/collect-bug-data 2012-05-16 20:27:20 +0000
3+++ scripts/collect-bug-data 2012-06-08 18:09:18 +0000
4@@ -309,7 +309,7 @@
5 try:
6 search_order = search_criteria['order_by']
7 except KeyError:
8- search_order = ''
9+ search_order = '-datecreated'
10
11 try:
12 search_limit = search_criteria['limit']

Subscribers

People subscribed via source and target branches

to all changes: