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:
@@ -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(
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user