summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-06-22 00:03:10 +0200
committerjustdave%syndicomm.com <>2001-06-22 00:03:10 +0200
commitb6622d0c8e5c133e84b1738f94d318816319dbc6 (patch)
tree478e16355f5486a4b82aea335f3e1e2eff1e28fa /checksetup.pl
parent5f4abd291a30ca64260d69c364f92112a54c321e (diff)
downloadbugzilla-b6622d0c8e5c133e84b1738f94d318816319dbc6.tar.gz
bugzilla-b6622d0c8e5c133e84b1738f94d318816319dbc6.tar.xz
Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you run checksetup.pl, so the change to them during doeditparams was nullified if you updated. Other recent changes have nullified the reason for changing it in editparams anyway, so just backing that part out.
Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index b349a3065..561d6fd4c 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1097,7 +1097,7 @@ AddFDef("component", "Component", 1);
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);