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

Find and fix all callsites of `get_current_ccx` #92

Closed cewing closed 9 years ago

cewing commented 9 years ago

Make sure that anywhere the get_current_ccx method is called is fixed so that the method can use the current course_id (which may or may not be a CCXLocator) to determine the active CCX. (see #90)

cewing commented 9 years ago

This is now fixed, @pdpinch.