]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1210246 - bugzilla.mozilla.org help link is busted
authorByron Jones <glob@mozilla.com>
Mon, 5 Oct 2015 04:13:24 +0000 (12:13 +0800)
committerByron Jones <glob@mozilla.com>
Mon, 5 Oct 2015 04:13:24 +0000 (12:13 +0800)
enter_bug.cgi
extensions/ProductDashboard/Extension.pm

index 56f1061c8267bb3340038bfb7bf1fd681e821fdb..afaffd752f8d65a36a635a44c240a5a362bbf0dd 100755 (executable)
@@ -67,7 +67,7 @@ my $vars = {};
 Bugzilla::Hook::process('enter_bug_start', { vars => $vars });
 
 # All pages point to the same part of the documentation.
-$vars->{'doc_section'} = 'bugreports.html';
+$vars->{'doc_section'} = 'using/filing.html';
 
 if (!$vars->{'disable_guided'}) {
     # Purpose: force guided format for newbies
index d22e3e4ccf12cedc676159c8ac4b23f0b1b713e6..cc80fa449b890fc184506164ecc80fcfdb4a8026 100644 (file)
@@ -44,9 +44,6 @@ sub _page_dashboard {
     # Switch to shadow db since we are just reading information
     Bugzilla->switch_to_shadow_db();
 
-    # All pages point to the same part of the documentation.
-    $vars->{'doc_section'} = 'bugreports.html';
-
     # Forget any previously selected product
     $cgi->send_cookie(-name => 'PRODUCT_DASHBOARD',
                       -value => 'X',