Closed
Bug 239912
Opened 22 years ago
Closed 22 years ago
bug_email.pl doesn't work with useqacontact
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Bugzilla
Creating/Changing Bugs
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: matthew, Assigned: matthew)
Details
Attachments
(2 files)
711 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
765 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
bug_email.pl has a bug - it sets the "qacontact" field rather than the
"qa_contact" field.
Easy fix, line 832 of latest CVS:
- $Control{'qacontact'} = FetchOneColumn();
+ $Control{'qa_contact'} = FetchOneColumn();
Reproducible: Always
Steps to Reproduce:
Submit mail to a component with a default QA contact
Actual Results:
Bug doesn't have a qa contact
Expected Results:
Bug should have a QA contact
![]() |
||
Updated•22 years ago
|
Assignee: myk → mmastrac
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → Bugzilla 2.16
![]() |
||
Updated•22 years ago
|
Severity: normal → trivial
Status: NEW → ASSIGNED
Flags: approval?
Flags: approval2.16?
Summary: [patch] bug_email.pl doesn't work with useqacontact → bug_email.pl doesn't work with useqacontact
![]() |
||
Comment 1•22 years ago
|
||
![]() |
||
Comment 2•22 years ago
|
||
Comment on attachment 145647 [details] [diff] [review]
Patch for the 2.16 branch
r=vladd on both branches (the patch is written by Matthew, I'm just uploading
the diff as attachment)
Attachment #145647 -
Flags: review+
![]() |
||
Comment 3•22 years ago
|
||
![]() |
||
Updated•22 years ago
|
Attachment #145648 -
Flags: review+
Assignee | ||
Comment 4•22 years ago
|
||
Vlad- Thanks for creating the patch!
Updated•22 years ago
|
Flags: approval?
Flags: approval2.16?
Flags: approval2.16+
Flags: approval+
![]() |
||
Comment 5•22 years ago
|
||
Checking in contrib/bug_email.pl;
/cvsroot/mozilla/webtools/bugzilla/contrib/bug_email.pl,v <-- bug_email.pl
new revision: 1.9.12.3; previous revision: 1.9.12.2
done
Checking in contrib/bug_email.pl;
/cvsroot/mozilla/webtools/bugzilla/contrib/bug_email.pl,v <-- bug_email.pl
new revision: 1.20; previous revision: 1.19
done
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•13 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
•