Commit e6ac3c9d by Jason Bau

temporarily comment out cms bulk problem settings

parent 9c8b9c87
...@@ -505,6 +505,7 @@ YOUTUBE = { ...@@ -505,6 +505,7 @@ YOUTUBE = {
############################## Utilities ########################################## ############################## Utilities ##########################################
# Todo: add aws entries for this
COURSE_UTILITIES = [ COURSE_UTILITIES = [
{"short_description": "Bulk Operations", {"short_description": "Bulk Operations",
"items": [ "items": [
...@@ -513,11 +514,11 @@ COURSE_UTILITIES = [ ...@@ -513,11 +514,11 @@ COURSE_UTILITIES = [
"action_url": "utility_captions_handler", "action_url": "utility_captions_handler",
"action_text": "Check Captions", "action_text": "Check Captions",
"action_external": False}, "action_external": False},
{"short_description": "Bulk view problem settings", # {"short_description": "Bulk view problem settings",
"long_description": "This utility will allow you to view all section, subsection and problem settings in one page.", # "long_description": "This utility will allow you to view all section, subsection and problem settings in one page.",
"action_url": "utility_bulksettings_handler", # "action_url": "utility_bulksettings_handler",
"action_text": "View Problem Settings", # "action_text": "View Problem Settings",
"action_external" : False} # "action_external" : False}
] ]
} }
] ]
......
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