summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-11-04 06:53:46 +0100
committerByron Jones <glob@mozilla.com>2014-11-04 06:53:46 +0100
commit3a4ca4bafb3a80b7aaf47172472ba7beb704625c (patch)
tree12ed68846096e275ed0637d558f709fc4ca2b0e2 /extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
parent7dc675fedb5b2631a8bafd0fb691eac485eff0af (diff)
downloadbugzilla-3a4ca4bafb3a80b7aaf47172472ba7beb704625c.tar.gz
bugzilla-3a4ca4bafb3a80b7aaf47172472ba7beb704625c.tar.xz
Bug 1093450: Sort by vote isn't sorting correctly
Diffstat (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
index 933f26c81..dd895f078 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
@@ -14,8 +14,8 @@
PD.popularity = [
[% FOREACH bug = by_popularity %]
{
- id: '[% bug.id FILTER js %]',
- count: '[% bug.votes FILTER js %]',
+ id: [% bug.id FILTER js %],
+ count: [% bug.votes FILTER js %],
status: '[% bug.status FILTER js %]',
version: '[% bug.version FILTER js %]',
component: '[% bug.component FILTER js %]',