diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-18 15:55:51 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-18 15:55:51 +0200 |
commit | 56ea859491efdf82b96b665218d278eb5e27c6fe (patch) | |
tree | 8648e79fba85e34e130c776ba7c4d8ffb342245a /modules | |
parent | f9f2faa00c4e86162a192ea86612d0ca52b7e1a9 (diff) | |
download | puppet-56ea859491efdf82b96b665218d278eb5e27c6fe.tar puppet-56ea859491efdf82b96b665218d278eb5e27c6fe.tar.gz puppet-56ea859491efdf82b96b665218d278eb5e27c6fe.tar.bz2 puppet-56ea859491efdf82b96b665218d278eb5e27c6fe.tar.xz puppet-56ea859491efdf82b96b665218d278eb5e27c6fe.zip |
bugzilla: Change collapsed_comment_tags value
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bugzilla/templates/params.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params.json b/modules/bugzilla/templates/params.json index 3b77face..e2437edb 100644 --- a/modules/bugzilla/templates/params.json +++ b/modules/bugzilla/templates/params.json @@ -22,7 +22,7 @@ "auth_env_id" : "", "auth_env_realname" : "", "chartgroup" : "editbugs", - "collapsed_comment_tags" : "obsolete, spam", + "collapsed_comment_tags" : "obsolete, spam, off-topic", "comment_taggers_group" : "editbugs", "commentonchange_resolution" : "1", "commentonduplicate" : "0", |