Commit c18d932f by sanfordstudent Committed by GitHub

Merge pull request #14261 from edx/sstudent/TNL-6036

fix auto enroll var mistake
parents 20876b7a 1a49f4e2
......@@ -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');
......
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