Closed
Bug 300334
Opened 20 years ago
Closed 20 years ago
Bugzilla::User has no need to "use Bugzilla::BugMail"
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
VERIFIED
FIXED
Bugzilla 2.20
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
|
517 bytes,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
However, Bugzilla::BugMail *does* have a valid need for Bugzilla::User.
And this is messing up some of my patches. :-)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.22
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #188907 -
Flags: review?(justdave)
Updated•20 years ago
|
Attachment #188907 -
Flags: review?(justdave) → review+
| Assignee | ||
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 2•20 years ago
|
||
Checking in Bugzilla/User.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/User.pm,v <-- User.pm
new revision: 1.62; previous revision: 1.61
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•20 years ago
|
Comment 3•20 years ago
|
||
makes sense to take it for 2.20 too.
Flags: approval2.20?
Target Milestone: Bugzilla 2.22 → Bugzilla 2.20
Comment 4•20 years ago
|
||
User.pm on the 2.20 branch doesn't actually make use of BugMail either, won't
hurt anything to kill it there too.
Flags: approval2.20+
Comment 5•20 years ago
|
||
2.20rc1:
Checking in Bugzilla/User.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/User.pm,v <-- User.pm
new revision: 1.61.2.1; previous revision: 1.61
done
Also marking this bug as verified!
Status: RESOLVED → VERIFIED
Flags: approval2.20?
You need to log in
before you can comment on or make changes to this bug.
Description
•