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
01065b6a
Commit
01065b6a
authored
Aug 13, 2015
by
Andy Armstrong
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9217 from edx/andya/land-teams
Enable teams and deprecate the advanced setting
parents
2ac1590d
e845dda8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
cms/envs/common.py
+1
-1
common/lib/xmodule/xmodule/course_module.py
+2
-1
common/test/acceptance/pages/studio/settings_advanced.py
+0
-1
lms/envs/common.py
+1
-1
No files found.
cms/envs/common.py
View file @
01065b6a
...
...
@@ -168,7 +168,7 @@ FEATURES = {
},
# Teams feature
'ENABLE_TEAMS'
:
Fals
e
,
'ENABLE_TEAMS'
:
Tru
e
,
# Show video bumper in Studio
'ENABLE_VIDEO_BUMPER'
:
False
,
...
...
common/lib/xmodule/xmodule/course_module.py
View file @
01065b6a
...
...
@@ -904,7 +904,8 @@ class CourseFields(object):
"Enter configuration for the teams feature. Expects two entries: max_team_size and topics, where "
"topics is a list of topics."
),
scope
=
Scope
.
settings
scope
=
Scope
.
settings
,
deprecated
=
True
,
# Deprecated until the teams feature is made generally available
)
enable_proctored_exams
=
Boolean
(
...
...
common/test/acceptance/pages/studio/settings_advanced.py
View file @
01065b6a
...
...
@@ -199,7 +199,6 @@ class AdvancedSettingsPage(CoursePage):
'text_customization'
,
'annotation_storage_url'
,
'social_sharing_url'
,
'teams_configuration'
,
'video_bumper'
,
'cert_html_view_enabled'
,
'enable_proctored_exams'
,
...
...
lms/envs/common.py
View file @
01065b6a
...
...
@@ -399,7 +399,7 @@ FEATURES = {
'ENABLE_SOFTWARE_SECURE_FAKE'
:
False
,
# Teams feature
'ENABLE_TEAMS'
:
Fals
e
,
'ENABLE_TEAMS'
:
Tru
e
,
# Show video bumper in LMS
'ENABLE_VIDEO_BUMPER'
:
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