Commit 9569c5f6 by E. Kolpakov Committed by Jonathan Piacenti

Fixed "post is about ..."

parent 4843facd
......@@ -1618,6 +1618,7 @@ class DiscussionService(object):
unsafethreads, query_params = get_threads(request, course_id)
threads = [utils.prepare_content(thread, course_id) for thread in unsafethreads]
utils.add_courseware_context(threads, course, user)
flag_moderator = has_permission(user, 'openclose_thread', course_id) or \
has_access(user, 'staff', course)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment