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
c83a27ec
Commit
c83a27ec
authored
Sep 19, 2012
by
Arjun Singh
Browse files
Options
Browse Files
Download
Plain Diff
Merge with lms pre-update fix
parents
f6efa99f
eab1737e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lms/lib/comment_client/thread.py
+3
-3
No files found.
lms/lib/comment_client/thread.py
View file @
c83a27ec
...
...
@@ -8,9 +8,9 @@ class Thread(models.Model):
accessible_fields
=
[
'id'
,
'title'
,
'body'
,
'anonymous'
,
'anonymous_to_peers'
,
'course_id'
,
'closed'
,
'tags'
,
'votes'
,
'commentable_id'
,
'username'
,
'user_id'
,
'created_at'
,
'updated_at'
,
'comments_count'
,
'
at_position_lis
t'
,
'
children'
,
'type'
,
'highlighted_title'
,
'highlighted_body'
,
'endorsed
'
,
'
unread_comments_count'
,
'viewed'
,
'created_at'
,
'updated_at'
,
'comments_count'
,
'
unread_comments_coun
t'
,
'
at_position_list'
,
'children'
,
'type'
,
'highlighted_title
'
,
'
highlighted_body'
,
'endorsed'
,
'unread'
]
updatable_fields
=
[
...
...
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