Closed Bug 1024569 Opened 10 years ago Closed 10 years ago

activity page is broken

Categories

(Marketplace Graveyard :: Admin Tools, defect)

Avenir
x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
2014-06-24

People

(Reporter: eviljeff, Assigned: robhudson)

Details

e.g. https://marketplace.firefox.com/app/line/activity/ I can't find anything in Sentry. I'm sure this was working relatively recently (a few weeks)
Assignee: nobody → robhudson.mozbugs
https://github.com/mozilla/zamboni/commit/9961b1d To verify: Find an app in the lookup tool and ensure the sidebar link to activity works and displays relevant information.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2014-06-24
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Ah, this is ugly. I tested locally but this is older data prior to the apps/reviews/ -> mkt/ratings/ change. The issue is the activity log stores a serialized version of the relationships as {"<app_name>.<model_name>": <id>}. But when we moved apps/reviews/ to mkt/ratings/ the app_name changed from "reviews" to "ratings". So it's trying to get the Review model and not finding it. We'll have to open up all these files and update these to point to the new location of the Review model.
Status: REOPENED → RESOLVED
Closed: 10 years ago10 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.