From 430e009b5dbda328683273d34f01ce35f0610721 Mon Sep 17 00:00:00 2001 From: Arthur Barrett Date: Thu, 16 May 2013 13:22:40 -0400 Subject: [PATCH] added TODO for open ended and notes tab advanced policy settings. --- cms/djangoapps/contentstore/views/course.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/djangoapps/contentstore/views/course.py b/cms/djangoapps/contentstore/views/course.py index c9c42ce8c4..f326764589 100644 --- a/cms/djangoapps/contentstore/views/course.py +++ b/cms/djangoapps/contentstore/views/course.py @@ -360,6 +360,7 @@ def course_advanced_updates(request, org, course, name): # 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 # 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: #Get the course so that we can scrape current tabs course_module = modulestore().get_item(location)