diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-12 21:23:38 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-02-12 21:23:38 +0000 |
commit | 7db9f66e024f45c2b559f0bfdd5042646fd45fe2 (patch) | |
tree | 262d5cb879aeaf35c0bd8b67f9b338276cfdc05b /modules/bugzilla | |
parent | fa0defd5463cd39746665bb32a2f324bafcc93b3 (diff) | |
download | puppet-7db9f66e024f45c2b559f0bfdd5042646fd45fe2.tar puppet-7db9f66e024f45c2b559f0bfdd5042646fd45fe2.tar.gz puppet-7db9f66e024f45c2b559f0bfdd5042646fd45fe2.tar.bz2 puppet-7db9f66e024f45c2b559f0bfdd5042646fd45fe2.tar.xz puppet-7db9f66e024f45c2b559f0bfdd5042646fd45fe2.zip |
Enable commentonchange_resolution
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/params | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index bbe29300..dc1ff6e8 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -24,7 +24,7 @@ 'auth_env_realname' => '', 'bonsai_url' => '', 'chartgroup' => 'editbugs', - 'commentonchange_resolution' => 0, + 'commentonchange_resolution' => 1, 'commentonduplicate' => 0, 'confirmuniqueusermatch' => 1, 'cookiedomain' => '', |