Reviewers should be able to delete own review
Bug #778301 reported by
Michael Nelson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ratings and Reviews server |
Fix Released
|
Low
|
Aaron Peachey |
Bug Description
Creating this retrospectively to ensure it gets QA'd, based on Aaron's work in the attached branch.
When using the SC client and viewing a review of my own, I should be able to click on a Delete button that will remove the review from display (setting a date_deleted on the object, rather than deleting it from the database).
Related branches
lp://staging/~aaronp/rnr-server/delete-review
- Michael Nelson (community): Approve
- Aaron Peachey (community): Needs Resubmitting
-
Diff: 502 lines (+294/-8)10 files modifiedsrc/reviewsapp/api/handlers.py (+9/-0)
src/reviewsapp/api/urls.py (+9/-1)
src/reviewsapp/forms.py (+3/-1)
src/reviewsapp/migrations/0010_add_review_date_deleted.py (+157/-0)
src/reviewsapp/models/reviews.py (+9/-1)
src/reviewsapp/tests/factory.py (+9/-4)
src/reviewsapp/tests/test_handlers.py (+58/-0)
src/reviewsapp/tests/test_rnrclient.py (+26/-0)
src/reviewsapp/tests/test_views.py (+12/-0)
src/reviewsapp/views/moderation.py (+2/-1)
Changed in rnr-server: | |
assignee: | nobody → Aaron Peachey (aaronp) |
status: | New → In Progress |
Changed in rnr-server: | |
status: | In Progress → Fix Committed |
Changed in rnr-server: | |
importance: | Undecided → Low |
tags: | added: kb-improvement sp-1 |
Changed in rnr-server: | |
milestone: | none → 11.07 |
Changed in rnr-server: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
bug 807016 for the fact that USC doesn't remove the local copy.