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
3af9eb25
Commit
3af9eb25
authored
Oct 08, 2014
by
Andy Armstrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor cleanups
parent
fbeb5787
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
common/test/acceptance/tests/discussion/test_cohorts.py
+1
-0
lms/djangoapps/django_comment_client/utils.py
+0
-1
No files found.
common/test/acceptance/tests/discussion/test_cohorts.py
View file @
3af9eb25
...
@@ -73,6 +73,7 @@ class DiscussionTabSingleThreadTest(UniqueCourseTest):
...
@@ -73,6 +73,7 @@ class DiscussionTabSingleThreadTest(UniqueCourseTest):
self
.
thread_page
=
DiscussionTabSingleThreadPage
(
self
.
browser
,
self
.
course_id
,
thread_id
)
# pylint:disable=W0201
self
.
thread_page
=
DiscussionTabSingleThreadPage
(
self
.
browser
,
self
.
course_id
,
thread_id
)
# pylint:disable=W0201
self
.
thread_page
.
visit
()
self
.
thread_page
.
visit
()
# pylint:disable=W0613
def
refresh_thread_page
(
self
,
thread_id
):
def
refresh_thread_page
(
self
,
thread_id
):
self
.
browser
.
refresh
()
self
.
browser
.
refresh
()
self
.
thread_page
.
wait_for_page
()
self
.
thread_page
.
wait_for_page
()
...
...
lms/djangoapps/django_comment_client/utils.py
View file @
3af9eb25
...
@@ -394,7 +394,6 @@ def prepare_content(content, course_key, is_staff=False):
...
@@ -394,7 +394,6 @@ def prepare_content(content, course_key, is_staff=False):
@TODO: not all response pre-processing steps are currently integrated into
@TODO: not all response pre-processing steps are currently integrated into
this function.
this function.
"""
"""
fields
=
[
fields
=
[
'id'
,
'title'
,
'body'
,
'course_id'
,
'anonymous'
,
'anonymous_to_peers'
,
'id'
,
'title'
,
'body'
,
'course_id'
,
'anonymous'
,
'anonymous_to_peers'
,
'endorsed'
,
'parent_id'
,
'thread_id'
,
'votes'
,
'closed'
,
'created_at'
,
'endorsed'
,
'parent_id'
,
'thread_id'
,
'votes'
,
'closed'
,
'created_at'
,
...
...
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