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
b22f35b7
Commit
b22f35b7
authored
Aug 10, 2017
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable ENABLE_SEPARATE_ARCHIVED_COURSES due to server error.
EDUCATOR-1134
parent
4e183b41
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
cms/envs/bok_choy.py
+4
-0
cms/envs/common.py
+3
-2
No files found.
cms/envs/bok_choy.py
View file @
b22f35b7
...
...
@@ -101,6 +101,10 @@ FEATURES['ENABLE_VIDEO_BUMPER'] = True # Enable video bumper in Studio settings
FEATURES
[
'ENABLE_ENROLLMENT_TRACK_USER_PARTITION'
]
=
True
# Whether archived courses (courses with end dates in the past) should be
# shown in Studio in a separate list.
FEATURES
[
'ENABLE_SEPARATE_ARCHIVED_COURSES'
]
=
True
# Enable support for OpenBadges accomplishments
FEATURES
[
'ENABLE_OPENBADGES'
]
=
True
...
...
cms/envs/common.py
View file @
b22f35b7
...
...
@@ -254,8 +254,9 @@ FEATURES = {
'ENABLE_ENROLLMENT_TRACK_USER_PARTITION'
:
True
,
# Whether archived courses (courses with end dates in the past) should be
# shown in Studio in a separate list.
'ENABLE_SEPARATE_ARCHIVED_COURSES'
:
True
# shown in Studio in a separate list. Note that attempting to enable this
# failed on stage-- see EDUCATOR-1134.
'ENABLE_SEPARATE_ARCHIVED_COURSES'
:
False
}
ENABLE_JASMINE
=
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