Closed
Bug 344497
Opened 19 years ago
Closed 19 years ago
Cannot create new bugs
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
(Keywords: regression, selenium)
Attachments
(1 file)
475 bytes,
patch
|
timeless
:
review+
mkanat
:
review+
|
Details | Diff | Splinter Review |
When creating a new bug, post_bug.cgi complains that check_component() is undefined:
Undefined subroutine &Bugzilla::Component::check_component called at /var/www/bugzilla/post_bug.cgi line 145.
That's a regression due to bug 337054 where I forgot to "use Bugzilla::Component".
![]() |
Assignee | |
Comment 1•19 years ago
|
||
Attachment #229065 -
Flags: review?
Attachment #229065 -
Flags: review? → review+
![]() |
Assignee | |
Updated•19 years ago
|
Comment 2•19 years ago
|
||
Is 2.23.2 affected?
![]() |
Assignee | |
Comment 3•19 years ago
|
||
(In reply to comment #2)
> Is 2.23.2 affected?
>
yes!
Comment 4•19 years ago
|
||
Ok, thanks.
Comment 5•19 years ago
|
||
Comment on attachment 229065 [details] [diff] [review]
patch, v1
Huh, how strange. I thought the compiler should catch that, since we are using the :: operator to call the function. Ah, well.
Attachment #229065 -
Flags: review+
![]() |
Assignee | |
Comment 6•19 years ago
|
||
Invoking the emergency checkin procedure:
Checking in post_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/post_bug.cgi,v <-- post_bug.cgi
new revision: 1.155; previous revision: 1.154
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: approval? → approval+
![]() |
Assignee | |
Comment 7•19 years ago
|
||
*** Bug 345313 has been marked as a duplicate of this bug. ***
Comment 8•19 years ago
|
||
*** Bug 351784 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•