Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
1dcab98e
Commit
1dcab98e
authored
Sep 27, 2014
by
Waqas Khalid
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5388 from mlkwaqas/waqas/tnl469-error-loading-following-threads
Click on posts I'm following should load threads
parents
0130a837
787f8800
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
common/static/coffee/spec/discussion/view/discussion_thread_list_view_spec.coffee
+1
-0
common/static/coffee/src/discussion/views/discussion_thread_list_view.coffee
+0
-1
No files found.
common/static/coffee/spec/discussion/view/discussion_thread_list_view_spec.coffee
View file @
1dcab98e
...
...
@@ -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
(
...
...
common/static/coffee/src/discussion/views/discussion_thread_list_view.coffee
View file @
1dcab98e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment