Commit 430e009b by Arthur Barrett

added TODO for open ended and notes tab advanced policy settings.

parent 0dd8dabf
...@@ -360,6 +360,7 @@ def course_advanced_updates(request, org, course, name): ...@@ -360,6 +360,7 @@ def course_advanced_updates(request, org, course, name):
# has indicated that they want to edit the combinedopendended or peergrading module # has indicated that they want to edit the combinedopendended or peergrading module
# 2) adds/removes the notes panel tab to a course automatically if the user has # 2) adds/removes the notes panel tab to a course automatically if the user has
# indicated that they want the notes module enabled in their course # indicated that they want the notes module enabled in their course
# TODO refactor the above into distinct advanced policy settings
if ADVANCED_COMPONENT_POLICY_KEY in request_body: if ADVANCED_COMPONENT_POLICY_KEY in request_body:
#Get the course so that we can scrape current tabs #Get the course so that we can scrape current tabs
course_module = modulestore().get_item(location) course_module = modulestore().get_item(location)
......
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