diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-07 21:49:29 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-07 21:49:29 +0100 |
commit | d22f87824f5f201453482ae74ceaabb2b8f70ecb (patch) | |
tree | 336b97ee4410f94a5d63e428e6c8a5090b85a051 /extensions/ProductDashboard/template | |
parent | aad1d7e92606c173d4bab256fc4a7739a236f17d (diff) | |
download | bugzilla-d22f87824f5f201453482ae74ceaabb2b8f70ecb.tar.gz bugzilla-d22f87824f5f201453482ae74ceaabb2b8f70ecb.tar.xz |
Bug 848927 - ProductDashboard page for a product only shows unresolved bugs in Priority section, but the "link" to that list shows all bugs
Diffstat (limited to 'extensions/ProductDashboard/template')
-rw-r--r-- | extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl index ea3bcf89a..5afba25a9 100644 --- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl +++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl @@ -51,7 +51,7 @@ name: "[% col.0 FILTER js %]", count: [% col.1 || 0 FILTER js %], percentage: [% col.2 || 0 FILTER js %], - link: '<a href="[% bug_link_all FILTER js %]&priority=[% col.0 FILTER uri FILTER js %]">Link</a>' + link: '<a href="[% bug_link FILTER js %]&priority=[% col.0 FILTER uri FILTER js %]">Link</a>' }, [% END %] ]; @@ -63,7 +63,7 @@ name: "[% col.0 FILTER js %]", count: [% col.1 || 0 FILTER js %], percentage: [% col.2 || 0 FILTER js %], - link: '<a href="[% bug_link_all FILTER js %]&bug_severity=[% col.0 FILTER uri FILTER js %]">Link</a>' + link: '<a href="[% bug_link FILTER js %]&bug_severity=[% col.0 FILTER uri FILTER js %]">Link</a>' }, [% END %] ]; |