Commit 4503ab42 by Eric Fischer Committed by GitHub

Merge pull request #14330 from edx/efischer/fix_targets

Fix for bulk_email target selection
parents a4a69f83 9cb3f66a
......@@ -197,7 +197,7 @@
sendemail.$course_mode_targets.each(inputDisable);
} else {
sendemail.$cohort_targets.each(inputEnable);
sendemail.$cohort_targets.each(inputEnable);
sendemail.$course_mode_targets.each(inputEnable);
}
targets = [];
$('input[name="send_to"]:checked+label').each(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment