Commit 3cfc5c45 by Kevin Chugh

cohort filter wokorking

parent 7dd25217
......@@ -285,7 +285,9 @@ if Backbone?
chooseCohort: (event) ->
@group_id = @$('.cohort-options :selected').val()
@retrieveAllThreads()
@collection.current_page = 0
@collection.reset()
@loadMorePages(event)
retrieveDiscussion: (discussion_id, callback=null) ->
url = DiscussionUtil.urlFor("retrieve_discussion", discussion_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment