diff options
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/BugChange.pm | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/Bugzilla/Config/BugChange.pm b/Bugzilla/Config/BugChange.pm index bacacc082..6941f0046 100644 --- a/Bugzilla/Config/BugChange.pm +++ b/Bugzilla/Config/BugChange.pm @@ -59,37 +59,13 @@ sub get_param_list { }, { - name => 'commentoncreate', - type => 'b', - default => 0 - }, - - { - name => 'commentonaccept', - type => 'b', - default => 0 - }, - - { name => 'commentonclearresolution', type => 'b', default => 0 }, { - name => 'commentonconfirm', - type => 'b', - default => 0 - }, - - { - name => 'commentonresolve', - type => 'b', - default => 0 - }, - - { - name => 'commentonreassign', + name => 'commentonchange_resolution', type => 'b', default => 0 }, @@ -101,24 +77,6 @@ sub get_param_list { }, { - name => 'commentonreopen', - type => 'b', - default => 0 - }, - - { - name => 'commentonverify', - type => 'b', - default => 0 - }, - - { - name => 'commentonclose', - type => 'b', - default => 0 - }, - - { name => 'commentonduplicate', type => 'b', default => 0 |