Merge pull request #5388 from mlkwaqas/waqas/tnl469-error-loading-following-threads

Click on posts I'm following should load threads
This commit is contained in:
Waqas Khalid
2014-09-27 01:37:54 +05:00
2 changed files with 1 additions and 1 deletions

View File

@@ -549,6 +549,7 @@ describe "DiscussionThreadListView", ->
,
"Following"
)
expect($.ajax.mostRecentCall.args[0].data.group_id).toBeUndefined();
it "should get threads for the selected leaf", ->
testSelectionRequest(

View File

@@ -188,7 +188,6 @@ if Backbone?
options.group_id = @group_id
when 'followed'
options.user_id = window.user.id
options.group_id = "all"
when 'commentables'
options.commentable_ids = @discussionIds
if @group_id