Closed Bug 888060 Opened 11 years ago Closed 10 years ago

Wrong user counts when hovering over theme thumbnails on profile page

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: amyt, Unassigned)

Details

This screen shot (http://i.imgur.com/CSXOMuu.png) is taken from Madonna's (https://addons.mozilla.org/en-US/firefox/user/MaDonna/) profile page. "Sunset over water" shows 0 users. However, this theme actually has 175,078 users. This seems to be the only page where these hover cards appear.
Looks like we need this to sync it with the persona details page:

--- persona_grid.html	2013-04-18 12:35:07.389787392 -0700
+++ -	2013-06-28 13:59:24.942754276 -0700
@@ -13,7 +13,7 @@
           <h3>{{ addon.name }}</h3>
         </a>
         <div class="more adu">
-          {{ _('{0} users')|f(addon.average_daily_users|numberfmt) }}
+          {{ _('{0} users')|f(addon.persona.popularity|numberfmt) }}
         </div>
       </div>
     </li>
Thanks for filing this.  Due to resource constraints we are closing bugs which we won't realistically be able to fix.  If you have a patch that applies to this bug please reopen.

For more info see http://micropipes.com/blog/2014/09/24/the-great-add-on-bug-triage/
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.