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
22cc8afb
Commit
22cc8afb
authored
Jul 27, 2017
by
Sven Marnach
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Respect BATCH_ENROLLMENT_NOTIFY_USERS_DEFAULT setting for subsequent batches.
parent
7ce1da9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
lms/static/js/instructor_dashboard/membership.js
+2
-1
No files found.
lms/static/js/instructor_dashboard/membership.js
View file @
22cc8afb
...
...
@@ -598,6 +598,7 @@ such that the value can be defined later than this assignment (file load order).
this.$reason_field = this.$container.find("textarea[name='
reason
-
field
']");
this.$checkbox_autoenroll = this.$container.find("input[name='
auto
-
enroll
']");
this.$checkbox_emailstudents = this.$container.find("input[name='
email
-
students
']");
this.checkbox_emailstudents_initialstate = this.$checkbox_emailstudents.is('
:
checked
');
this.$task_response = this.$container.find('
.
request
-
response
');
this.$request_response_error = this.$container.find('
.
request
-
response
-
error
');
this.$enrollment_button.click(function(event) {
...
...
@@ -634,7 +635,7 @@ such that the value can be defined later than this assignment (file load order).
batchEnrollment.prototype.clear_input = function() {
this.$identifier_input.val('');
this.$reason_field.val('');
this.$checkbox_emailstudents.attr('
checked
', t
ru
e);
this.$checkbox_emailstudents.attr('
checked
', t
his.checkbox_emailstudents_initialstat
e);
return this.$checkbox_autoenroll.attr('
checked
', true);
};
...
...
XuYS
@xys
mentioned in commit
3e610f47
Dec 21, 2017
mentioned in commit
3e610f47
mentioned in commit 3e610f4796e66ce83f245732a677bd9e7306f930
Toggle commit list
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