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
e6ac3c9d
Commit
e6ac3c9d
authored
Aug 27, 2014
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporarily comment out cms bulk problem settings
parent
9c8b9c87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
cms/envs/common.py
+6
-5
No files found.
cms/envs/common.py
View file @
e6ac3c9d
...
...
@@ -505,6 +505,7 @@ YOUTUBE = {
############################## Utilities ##########################################
# Todo: add aws entries for this
COURSE_UTILITIES
=
[
{
"short_description"
:
"Bulk Operations"
,
"items"
:
[
...
...
@@ -513,11 +514,11 @@ COURSE_UTILITIES = [
"action_url"
:
"utility_captions_handler"
,
"action_text"
:
"Check Captions"
,
"action_external"
:
False
},
{
"short_description"
:
"Bulk view problem settings"
,
"long_description"
:
"This utility will allow you to view all section, subsection and problem settings in one page."
,
"action_url"
:
"utility_bulksettings_handler"
,
"action_text"
:
"View Problem Settings"
,
"action_external"
:
False
}
#
{"short_description": "Bulk view problem settings",
#
"long_description": "This utility will allow you to view all section, subsection and problem settings in one page.",
#
"action_url": "utility_bulksettings_handler",
#
"action_text": "View Problem Settings",
#
"action_external" : False}
]
}
]
...
...
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