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
c18d932f
Commit
c18d932f
authored
Jan 05, 2017
by
sanfordstudent
Committed by
GitHub
Jan 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14261 from edx/sstudent/TNL-6036
fix auto enroll var mistake
parents
20876b7a
1a49f4e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lms/static/js/instructor_dashboard/membership.js
+1
-1
No files found.
lms/static/js/instructor_dashboard/membership.js
View file @
c18d932f
...
...
@@ -380,7 +380,7 @@ such that the value can be defined later than this assignment (file load order).
this.$container = $container;
this.$identifier_input = this.$container.find("textarea[name='
student
-
ids
-
for
-
beta
']");
this.$btn_beta_testers = this.$container.find("input[name='
beta
-
testers
']");
this.$checkbox_autoenroll = this.$container.find("input[name='
auto
-
enroll
']");
this.$checkbox_autoenroll = this.$container.find("input[name='
auto
-
enroll
-
beta
']");
this.$checkbox_emailstudents = this.$container.find("input[name='
email
-
students
-
beta
']");
this.$task_response = this.$container.find('
.
request
-
response
');
this.$request_response_error = this.$container.find('
.
request
-
response
-
error
');
...
...
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