Convert RB.ReviewReply to Backbone.
Review Request #3950 — Created March 8, 2013 and submitted
Information | |
---|---|
david | |
Review Board | |
master | |
Reviewers | |
reviewboard | |
Convert RB.ReviewReply to Backbone. This is another relatively simple conversion for the data model for ReviewReply objects to be based on BaseResource.
Replied to an existing review with body_top, body_bottom, and children CommentReply objects. Published that reply and saw it get saved correctly. Verified that loading a draft reply worked as expected. Ran js-tests.
Description | From | Last Updated |
---|---|---|
Should be bodyTop/bodyBottom. |
|
-
Looks great. One small thing.
-
-
reviewboard/static/rb/js/reviews.js (Diff revision 1) Do we need this? Between the error banner and the Network tab in Chrome/Firefox, we should be able to see what went wrong.

-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: reviewboard/settings.py Ignored Files: reviewboard/static/rb/js/reviews.js reviewboard/static/rb/js/datastore.js reviewboard/static/rb/js/models/tests/reviewReplyModelTests.js reviewboard/static/rb/js/models/reviewReplyModel.js