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
58a9fded
Commit
58a9fded
authored
Jan 12, 2013
by
Victor Shnayder
Committed by
Victor Shnayder
Jan 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add note about settings needed for manual testing
parent
3e5a2f9b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lms/djangoapps/courseware/access.py
+3
-0
No files found.
lms/djangoapps/courseware/access.py
View file @
58a9fded
...
@@ -378,6 +378,9 @@ def _adjust_start_date_for_beta_testers(user, descriptor):
...
@@ -378,6 +378,9 @@ def _adjust_start_date_for_beta_testers(user, descriptor):
NOTE: For now, this function assumes that the descriptor's location is in the course
NOTE: For now, this function assumes that the descriptor's location is in the course
the user is looking at. Once we have proper usages and definitions per the XBlock
the user is looking at. Once we have proper usages and definitions per the XBlock
design, this should use the course the usage is in.
design, this should use the course the usage is in.
NOTE: If testing manually, make sure MITX_FEATURES['DISABLE_START_DATES'] = False
in envs/dev.py!
"""
"""
if
descriptor
.
days_early_for_beta
is
None
:
if
descriptor
.
days_early_for_beta
is
None
:
# bail early if no beta testing is set up
# bail early if no beta testing is set up
...
...
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