Closed
Bug 165080
Opened 23 years ago
Closed 23 years ago
Delete product fails with missing column error
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: james, Assigned: bbaetz)
Details
(Keywords: regression)
Attachments
(1 file)
|
963 bytes,
patch
|
bugreport
:
review+
bugreport
:
review+
|
Details | Diff | Splinter Review |
Using 13/8/2002 CVS snapshot of Bugzilla on Win32 (installation was upgraded
from Bugzilla 2.14.2), when deleting a component 2 errors are generated relating
to the missing column 'product_id' in products.
This is because 'product_id' appears to have been renamed to 'id'.
Correcting the SQL generated on lines ~637 and ~420 corrects the error.
| Assignee | ||
Comment 1•23 years ago
|
||
mine
| Assignee | ||
Comment 2•23 years ago
|
||
| Reporter | ||
Comment 3•23 years ago
|
||
Patch looks good for me (must find diff for Win32...sigh...)
Comment 4•23 years ago
|
||
Comment on attachment 96962 [details] [diff] [review]
patch
2xr=joel
Attachment #96962 -
Flags: review+
| Assignee | ||
Comment 5•23 years ago
|
||
Checked in
Status: NEW → RESOLVED
Closed: 23 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
•