Merge pull request #2377 from edx/gprice/forum-thread-pagination
Add pagination of responses to forum threads
This commit is contained in:
@@ -361,7 +361,7 @@ def safe_content(content):
|
||||
'at_position_list', 'children', 'highlighted_title', 'highlighted_body',
|
||||
'courseware_title', 'courseware_url', 'unread_comments_count',
|
||||
'read', 'group_id', 'group_name', 'group_string', 'pinned', 'abuse_flaggers',
|
||||
'stats'
|
||||
'stats', 'resp_skip', 'resp_limit', 'resp_total',
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user