Bug 143091 - No email to the qa contact when creating bugs. Patch by gerv; 2xr=justdave.
git-svn-id: svn://10.0.0.236/trunk@121121 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
476947d361
commit
866c8abe37
@ -287,8 +287,8 @@ if (@cc) {
|
||||
|
||||
push (@ARGLIST, "-forceowner", DBID_to_name($::FORM{assigned_to}));
|
||||
|
||||
if (defined $::FORM{qacontact}) {
|
||||
push (@ARGLIST, "-forceqacontact", DBID_to_name($::FORM{qacontact}));
|
||||
if (defined $::FORM{'qa_contact'}) {
|
||||
push (@ARGLIST, "-forceqacontact", DBID_to_name($::FORM{'qa_contact'}));
|
||||
}
|
||||
|
||||
push (@ARGLIST, "-forcereporter", DBID_to_name($::userid));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user