From f578f79698f5779f20ee8354a3af132fafaf66da Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 29 Jul 2015 05:31:14 -0400 Subject: Bug 399078 - Remove the 'musthavemilestoneonaccept' parameter r=gerv, a=simon --- Bugzilla/Config/BugChange.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/BugChange.pm b/Bugzilla/Config/BugChange.pm index 212f4c171..6126b7f35 100644 --- a/Bugzilla/Config/BugChange.pm +++ b/Bugzilla/Config/BugChange.pm @@ -53,12 +53,6 @@ sub get_param_list { default => 1 }, - { - name => 'musthavemilestoneonaccept', - type => 'b', - default => 0 - }, - { name => 'commentonchange_resolution', type => 'b', -- cgit v1.2.3-24-g4f1b