diff options
author | lpsolit%gmail.com <> | 2007-06-14 23:30:30 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-06-14 23:30:30 +0200 |
commit | 8240cb081019b781ea50e5cad84089754ad316c4 (patch) | |
tree | 0bff4b7eb2c87dc453049b6521c84792112c356e /Bugzilla/Config | |
parent | 80c5b6fadda4e77e5a48cd50e55cbe710a31ca83 (diff) | |
download | bugzilla-8240cb081019b781ea50e5cad84089754ad316c4.tar.gz bugzilla-8240cb081019b781ea50e5cad84089754ad316c4.tar.xz |
Bug 345100: Remove obsolete parameters and "officially" turn on custom bug status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
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 |