Closed Bug 510396 Opened 16 years ago Closed 16 years ago

Fan of/by doesn't always work

Categories

(Websites :: creative.mozilla.org, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: stephend, Assigned: ryansnyder)

References

()

Details

STR: 1. Load http://mcc.stage.mozilla.com/badges/5/people 2. Under "vish_moz", click on "Fan of: 2" (http://mcc.stage.mozilla.com/fans/vish_moz/people) Expected: Should list both people whom are a fan of vish_moz Actual: "Collective Members / Fanned by vish_moz No people meet this criteria."
Nice catch. In the user_profiles table we are storing two pieces of data, "fans" and "fanned". All of the other tables were wiped when we flushed the database, but we forgot to wipe these two fields. These fields will be reset to their proper value once: a. The user fans another user. b. Another fans the user. For example, in order to test I'm going to visit http://mcc.stage.mozilla.com/people. The user `intothefuzz` is listed as having the incorrect value of 3 fans. I'll go to that users page and click "Become a Fan". When I return to http://mcc.stage.mozilla.com/people the user has the proper value of 1 fan. I think it's too late to flush those fields in the database, and is a problem that will work itself out once these users start using the site again. I'll mark it as "worksforme"; let me know if you feel strongly otherwise.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.