Closed
Bug 69879
Opened 24 years ago
Closed 24 years ago
[2.11 CVS] No check on the "assign to" user when creating a new bug
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.12
People
(Reporter: abrown, Assigned: justdave)
Details
(Whiteboard: 2.12)
Attachments
(1 file)
|
831 bytes,
patch
|
Details | Diff | Splinter Review |
This causes a "user_id" of zero in the bugs table. This of couse presents a
problem within the system.
| Assignee | ||
Comment 1•24 years ago
|
||
Sorry to add another one to 2.12... This is a data loss situation caused by the
patch that was just checked in for bug 66876.
It sets assigned_to = __UNKNOWN__ if you try to set it to anything other than the
default in enter_bug.cgi. The offending code is actually in post_bug.cgi. It's
still assuming the value is an email address instead of a DBID.
Assignee: tara → dave
Severity: normal → critical
Priority: -- → P1
Summary: [2.11 CVS] No check on the "assign to" user when creating a new bug → [2.11 CVS] No check on the "assign to" user when creating a new bug
Whiteboard: 2.12
| Assignee | ||
Comment 2•24 years ago
|
||
| Assignee | ||
Comment 3•24 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 4•24 years ago
|
||
Sorry for the spam, but I needed to be able to query for all of these correctly.
Target Milestone: --- → Bugzilla 2.12
| Assignee | ||
Comment 5•24 years ago
|
||
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Updated•12 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
•