From d22f87824f5f201453482ae74ceaabb2b8f70ecb Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 7 Mar 2013 15:49:29 -0500 Subject: Bug 848927 - ProductDashboard page for a product only shows unresolved bugs in Priority section, but the "link" to that list shows all bugs --- .../template/en/default/pages/productdashboard/summary.html.tmpl | 4 ++-- 1 file 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: 'Link' + link: 'Link' }, [% END %] ]; @@ -63,7 +63,7 @@ name: "[% col.0 FILTER js %]", count: [% col.1 || 0 FILTER js %], percentage: [% col.2 || 0 FILTER js %], - link: 'Link' + link: 'Link' }, [% END %] ]; -- cgit v1.2.3-24-g4f1b