From 40fcc6b9a5eff58e65b1d3275d2f373e70f976f4 Mon Sep 17 00:00:00 2001 From: jsa Date: Tue, 28 Jan 2014 17:21:59 -0500 Subject: [PATCH] Allow new response pagination parameters to pass through thread model. JIRA: FOR-374 --- lms/lib/comment_client/thread.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/lib/comment_client/thread.py b/lms/lib/comment_client/thread.py index 813b398592..c44ae9b5dd 100644 --- a/lms/lib/comment_client/thread.py +++ b/lms/lib/comment_client/thread.py @@ -11,7 +11,8 @@ class Thread(models.Model): 'closed', 'tags', 'votes', 'commentable_id', 'username', 'user_id', 'created_at', 'updated_at', 'comments_count', 'unread_comments_count', 'at_position_list', 'children', 'type', 'highlighted_title', - 'highlighted_body', 'endorsed', 'read', 'group_id', 'group_name', 'pinned', 'abuse_flaggers' + 'highlighted_body', 'endorsed', 'read', 'group_id', 'group_name', 'pinned', + 'abuse_flaggers', 'resp_skip', 'resp_limit', 'resp_total' ] updatable_fields = [