Closed
Bug 583103
Opened 15 years ago
Closed 15 years ago
Inline review editing
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
5.11.9
People
(Reporter: jbalogh, Assigned: potch)
References
Details
(Whiteboard: [z])
The edit url is /addon/:addon/reviews/:review/edit. It expects a POST with normal form data and returns the right HTTP status code. If there are form errors it will return a 400 json response like {'field': ['error message']}. Submitting a review without a rating triggers an error.
It expects (body, title, rating) for reviews and (body, title) for replies. The current forms are generated from reviews/forms.py.
| Reporter | ||
Comment 1•15 years ago
|
||
The edit function is at http://github.com/jbalogh/zamboni/commit/f4dd63e#L4R154 if that makes any sense to you.
Updated•15 years ago
|
Priority: -- → P2
| Reporter | ||
Updated•15 years ago
|
Blocks: EditMultipleReviews
Updated•15 years ago
|
Target Milestone: 5.11.8 → 5.11.9
| Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Bug 592454 and bug 592466 are not making the 5.11.9 cut, so I'm moving them out on their own; fare well!
Verified FIXED.
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•