diff --git a/Bugzilla/Config/Integration.pm b/Bugzilla/Config/Integration.pm index 859ccdfca..2da13e553 100644 --- a/Bugzilla/Config/Integration.pm +++ b/Bugzilla/Config/Integration.pm @@ -53,6 +53,12 @@ sub get_param_list default => 'http://gazprom.office.custis.ru/gzwiki/index.php/', }, + { + name => 'gzstable_url', + type => 't', + default => 'http://gazprom.office.custis.ru/gzstable/index.php/', + }, + { name => 'dpwiki_url', type => 't', diff --git a/template/en/custom/admin/params/integration.html.tmpl b/template/en/custom/admin/params/integration.html.tmpl index a7a8f4879..2f503b63b 100644 --- a/template/en/custom/admin/params/integration.html.tmpl +++ b/template/en/custom/admin/params/integration.html.tmpl @@ -33,6 +33,7 @@ kswiki_url => "Krasnoyarsk Wiki main page URL", rdwiki_url => "Radey Wiki main page URL", gzwiki_url => "Gazprombank Wiki main page URL", + gzstable_url=> "Gazprombank release Wiki main page URL", dpwiki_url => "Dept-Edu Wiki main page URL", hrwiki_url => "HR dept Wiki main page URL", cbwiki_url => "CentroBank Wiki main page URL",