Closed
Bug 300620
Opened 19 years ago
Closed 19 years ago
Deletion of a product yields "Insecure dependency in parameter 3" when useclassification is on
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: bwern, Assigned: LpSolit)
References
()
Details
Attachments
(1 file)
|
520 bytes,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Deleting a product (without any bugs inside) yields: Insecure dependency in parameter 3 of DBI::db=HASH(0x8000000101327270)->selectrow_array method call while running with -T switch at /opt/apps/nsm/cgi-bin/bugzilla/editproducts.cgi line 172, <DATA> line 225. This installation has classification on. Reproducible: Always Steps to Reproduce: 1. Select Product to delete (with zero bugs contained) 2. 3. Actual Results: Error as above. Expected Results: Removed the product. This form does not have a version selector, but note that this bug report is for 2.20rc1.
| Assignee | ||
Comment 1•19 years ago
|
||
This error message appears only when useclassification is turned on. Else it works as expected.
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking2.20?
Summary: Delete of Product Yields "Insecure dependency in parameter 3" → Deletion of a product yields "Insecure dependency in parameter 3" when useclassification is on
Target Milestone: --- → Bugzilla 2.20
| Assignee | ||
Updated•19 years ago
|
Attachment #189178 -
Flags: review?(wicked)
Comment 3•19 years ago
|
||
Comment on attachment 189178 [details] [diff] [review] patch, v1 Looks like this is a regression from bug 289580 and affects both 2.20 branch and tip. This patch seems to fix the problem. I tested this on 2.20 branch and also verified that this can be applied cleanly on tip.
Attachment #189178 -
Flags: review?(wicked) → review+
| Assignee | ||
Updated•19 years ago
|
Flags: approval?
Flags: approval2.20?
Updated•19 years ago
|
Flags: blocking2.20?
Flags: approval?
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
| Assignee | ||
Comment 4•19 years ago
|
||
tip: Checking in editproducts.cgi; /cvsroot/mozilla/webtools/bugzilla/editproducts.cgi,v <-- editproducts.cgi new revision: 1.86; previous revision: 1.85 done 2.20rc1: Checking in editproducts.cgi; /cvsroot/mozilla/webtools/bugzilla/editproducts.cgi,v <-- editproducts.cgi new revision: 1.85.2.1; previous revision: 1.85 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•