Closed Bug 162642 Opened 22 years ago Closed 22 years ago

Cannot accept bugs if requiremilestone is on

Categories

(Bugzilla :: Creating/Changing Bugs, defect)

2.17
x86
Windows 2000
defect
Not set
major

Tracking

()

RESOLVED FIXED
Bugzilla 2.18

People

(Reporter: jussi, Assigned: bbaetz)

Details

(Keywords: regression)

Attachments

(1 file)

In an installation where I have requiremilestone parameter on, accepting a bug
results in an SQL error:

SELECT defaultmilestone FROM products WHERE product = '': Unknown column 'produ
ct' in 'where clause' at globals.pl line 277.

It seems that the schema update from bug 43600 changed the product varchar field
to smallint id. The error comes (as far as I can tell) from the following line:
http://lxr.mozilla.org/mozilla/source/webtools/bugzilla/process_bug.cgi#980
'bleh'.

-> me, patch coming.
Assignee: myk → bbaetz
Keywords: regression
Target Milestone: --- → Bugzilla 2.18
Comment on attachment 95241 [details] [diff] [review]
fix defaultmilestone queries

Yay for regressions!
Seems simple enough to me.

2xr=preed
Attachment #95241 - Flags: review+
Checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Does this bug exist on the 2.16 branch or only on the trunk?  If 2.16 had this
problem, I'd like this in 2.16.1.  If not, clear it out of the whiteboard.
Whiteboard: [want for 2.16.1]?
Joel says trunk only.  Clearing 2.16.1 request
Whiteboard: [want for 2.16.1]?
Yeah, this is fallout from bug 43600 - its trunk only
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: