AddFDef("assigned_to", "AssignedTo", 1);
AddFDef("reporter", "ReportedBy", 1);
AddFDef("votes", "Votes", 0);
-AddFDef("qa_contact", "QAContact", 0);
+AddFDef("qa_contact", "QAContact", 1);
AddFDef("cc", "CC", 1);
AddFDef("dependson", "BugsThisDependsOn", 0);
AddFDef("blocked", "OtherBugsDependingOnThis", 0);
# print "Old: '" . url_quote(Param($i)) . "'<BR>\n";
# print "New: '" . url_quote($::FORM{$i}) . "'<BR>\n";
$::param{$i} = $::FORM{$i};
- # If the useqacontact Param is changing, update the mailheader
- if ($i eq 'useqacontact') {
- print " - Updating mailhead information<br>\n";
- SendSQL("UPDATE fielddefs SET mailhead = " . SqlQuote($::param{$i}) .
- "WHERE name = 'qa_contact'");
- }
}
}