Fix student profile data download for courses with extended profile fields

This commit is contained in:
Douglas Hall
2016-06-02 17:00:03 -04:00
parent 81d2c75d6b
commit 40386b311d
2 changed files with 2 additions and 2 deletions

View File

@@ -337,7 +337,7 @@ def submit_calculate_students_features_csv(request, course_key, features):
"""
task_type = 'profile_info_csv'
task_class = calculate_students_features_csv
task_input = {'features': features}
task_input = features
task_key = ""
return submit_task(request, task_type, task_class, course_key, task_input, task_key)