Closed
Bug 764952
Opened 13 years ago
Closed 12 years ago
Deleting a review doesn't remove the associated rating
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: krupa.mozbugs, Unassigned)
References
()
Details
Attachments
(1 file)
267.42 KB,
image/png
|
Details |
steps to reproduce:
1. Pick an app which has no rating
2. Add a review with a rating
3. Delete the review
expected behavior:
The review and its associated rating are deleted.
observed behavior:
The review gets deleted but the rating persists. Seehttps://marketplace-dev.allizom.org/en-US/app/campfire-7/reviews/
Updated•13 years ago
|
Priority: -- → P3
Comment 1•13 years ago
|
||
Also see bug 625708.
Updated•13 years ago
|
Assignee: nobody → ngoke
Comment 2•13 years ago
|
||
This isn't possible with our current caching architecture. We have no way to invalidate queries which are an aggregate of a particular partition of a table. See https://github.com/jbalogh/django-cache-machine/issues/6
The consensus seems to be using Redis to handle this case, but we don't use Redis anymore, so it isn't going to help.
cvan said to keep this bug open because Krupa likes to collect caching bugs, so I'll leave it open.
Updated•13 years ago
|
Assignee: ngoke → nobody
Comment 3•12 years ago
|
||
Should be fixed, maybe:
https://github.com/mattbasta/zamboni/commit/7b2d3e810d505076021975f7e81f950827c304a1
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
Verified as fixed in https://marketplace-dev.allizom.org/ on FF19 (Win 7)
Postfix screencast http://screencast.com/t/sEsXxaa9N0s8
Closing bug.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•