Closed
Bug 778624
Opened 13 years ago
Closed 13 years ago
buglist limiting breaks queries which already specify a limit
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
References
()
Details
Attachments
(1 file)
1.72 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
buglist limiting (bug 775726) breaks queries which already specify a limit, resulting in a internal server error.
eg:
https://bugzilla.mozilla.org/buglist.cgi?order=changeddate%20DESC;email1=bzhao%40mozilla.com;limit=20;emailtype1=equals;emailassigned_to1=1;columnlist=all;ctype=csv
Attachment #647062 -
Flags: review?(dkl)
Comment 1•13 years ago
|
||
Comment on attachment 647062 [details] [diff] [review]
patch v1
Review of attachment 647062 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good and fixes the issue. Apologize for not catching that earlier r=dkl
Attachment #647062 -
Flags: review?(dkl) → review+
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.0/
modified buglist.cgi
modified Bugzilla/Search.pm
Committed revision 8257.
i will get this pushed to production in about 12 hours.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•