jazkarta / edx-platform

the edX learning management system (LMS) and course authoring tool, Studio
http://code.edx.org/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Remove auto-enroll checkbox from enrollment tab of POC Coash Dashboard #21

Open pdpinch opened 9 years ago

pdpinch commented 9 years ago

Since batch enrollment doesn't do anything useful unless auto-enroll is checked, we should just remove the checkbox altogether.

amir-qayyum-khan commented 9 years ago

@pdpinch do I need to make auto_enroll = True in view.py/ccx_invite(request, course) ?

pdpinch commented 9 years ago

That's right.


I am mobile.

On Mar 26, 2015, at 3:55 AM, Amir Qayyum Khan notifications@github.com wrote:

@pdpinch do I need to make auto_enroll = True in view.py/ccx_invite(request, course) ?

— Reply to this email directly or view it on GitHub.

amir-qayyum-khan commented 9 years ago

thanks ,done