Closed
Bug 217485
Opened 22 years ago
Closed 22 years ago
debug query doesn't display in "please wait" serverpush page
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: myk, Assigned: myk)
Details
Attachments
(1 file)
|
971 bytes,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
Adding debug=1 to a buglist.cgi URL causes the query to be displayed at the top
of the bug list, but it doesn't appear in the "Please wait..." intermediate page
that gets displayed while the query is being executed, even though the template
for that page contains code to display the query.
The problem is that the query and the debug flag don't get added to the vars
array until after the intermediate page has already been displayed. The fix is
simply to add them to the array beforehand.
Note also bug 150105, which this isn't a duplicate of.
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Updated•22 years ago
|
Attachment #130476 -
Flags: review?(justdave)
Comment 2•22 years ago
|
||
Comment on attachment 130476 [details] [diff] [review]
patch v1: fixes problem
works for me. This is better in case the query times out. :)
Attachment #130476 -
Flags: review?(justdave) → review+
Updated•22 years ago
|
Flags: approval+
| Assignee | ||
Comment 3•22 years ago
|
||
Checking in buglist.cgi;
/cvsroot/mozilla/webtools/bugzilla/buglist.cgi,v <-- buglist.cgi
new revision: 1.233; previous revision: 1.232
done
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•19 years ago
|
Assignee: justdave → myk
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•