Closed
Bug 1024569
Opened 10 years ago
Closed 10 years ago
activity page is broken
Categories
(Marketplace Graveyard :: Admin Tools, defect)
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 | ||
Updated•10 years ago
|
Assignee: nobody → robhudson.mozbugs
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
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
Comment 3•10 years ago
|
||
The issue is still reproducible for https://marketplace-dev.allizom.org/lookup/app/398746/activity
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 4•10 years ago
|
||
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.
Assignee | ||
Comment 5•10 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Comment 6•10 years ago
|
||
Verified as fixed : http://screencast.com/t/njP2F2SAul
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•