Closed
Bug 357676
Opened 19 years ago
Closed 19 years ago
Missing module declarations in Bug.pm
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
(Keywords: regression)
Attachments
(1 file)
|
465 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Bugzilla::Bug::_check_component() uses Bugzilla::Component and Bugzilla::Bug::_check_groups() uses Bugzilla::Group but these modules are not use'd by Bug.pm so that you get the error reported in bug 355837 comment 6:
Undefined subroutine &Bugzilla::Component::check_component called at
Bugzilla/Bug.pm line 566.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #243203 -
Flags: review?(timeless)
| Assignee | ||
Updated•19 years ago
|
Attachment #243203 -
Flags: review?(mkanat)
Updated•19 years ago
|
Status: NEW → ASSIGNED
Flags: blocking3.0+
Comment 2•19 years ago
|
||
Comment on attachment 243203 [details] [diff] [review]
patch, v1
Looks good, and passes the dependency test.
Attachment #243203 -
Flags: review?(timeless)
Attachment #243203 -
Flags: review?(mkanat)
Attachment #243203 -
Flags: review+
| Assignee | ||
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 3•19 years ago
|
||
Checking in Bugzilla/Bug.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Bug.pm,v <-- Bug.pm
new revision: 1.162; previous revision: 1.161
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
•