diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-19 00:38:16 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-02-19 00:38:16 +0000 |
commit | b1f30c1696d38f2a6b20f85a0c4921653d4718a6 (patch) | |
tree | 2c8c924523d6cd77e8debcb8708d8438f7d7282c /modules/bugzilla/templates | |
parent | 9af971def0e13cf30be7278839bcd67006cc9d51 (diff) | |
download | puppet-b1f30c1696d38f2a6b20f85a0c4921653d4718a6.tar puppet-b1f30c1696d38f2a6b20f85a0c4921653d4718a6.tar.gz puppet-b1f30c1696d38f2a6b20f85a0c4921653d4718a6.tar.bz2 puppet-b1f30c1696d38f2a6b20f85a0c4921653d4718a6.tar.xz puppet-b1f30c1696d38f2a6b20f85a0c4921653d4718a6.zip |
Use "see also" URL field instead of the URL: field
Diffstat (limited to 'modules/bugzilla/templates')
-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 4e6d3c0b..975f5670 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -90,7 +90,7 @@ 'upgrade_notification' => 'latest_stable_release', 'urlbase' => 'http://bugs.<%= domain %>/', 'use_mailer_queue' => 0, - 'use_see_also' => 0, + 'use_see_also' => 1, 'usebugaliases' => 0, 'useclassification' => 0, 'usemenuforusers' => '0', |