Closed
Bug 150802
Opened 24 years ago
Closed 24 years ago
Default version for bug entry not read from cookies
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: bbaetz, Assigned: bbaetz)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.83 KB,
patch
|
jouni
:
review+
jouni
:
review+
|
Details | Diff | Splinter Review |
When you set a version when reporting a bug, we set a VERSION-$product cookie.
enter_bug.cgi is not longer reading this.
Does anyone know why we set a cookie called PLATFORM to the entered product,
btw? 2.14 does, and it doesn't use this. Some wierd historical thing?
| Assignee | ||
Comment 1•24 years ago
|
||
-> 2.16
| Assignee | ||
Comment 2•24 years ago
|
||
I've left the exists checks in place; the sanity checks probably belong
earlier, and then those could be removed.
Comment 3•24 years ago
|
||
Comment on attachment 87180 [details] [diff] [review]
v1
Tested, works and is cool, 2xr=jouni.
I hope we won't regret removing the platform cookie in the same fix.
Attachment #87180 -
Flags: review+
| Assignee | ||
Comment 4•24 years ago
|
||
Checked in, trunk + branch:
Checking in post_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/post_bug.cgi,v <-- post_bug.cgi
new revision: 1.53; previous revision: 1.52
done
Checking in enter_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v <-- enter_bug.cgi
new revision: 1.69; previous revision: 1.68
done
Checking in post_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/post_bug.cgi,v <-- post_bug.cgi
new revision: 1.52.2.1; previous revision: 1.52
done
Checking in enter_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v <-- enter_bug.cgi
new revision: 1.66.2.3; previous revision: 1.66.2.2
done
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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
•