Merge pull request #3688 from edx/dhm/opaque-keys-bugs

Dhm/opaque keys bugs
This commit is contained in:
Don Mitchell
2014-05-12 17:06:10 -04:00
4 changed files with 26 additions and 30 deletions

View File

@@ -37,7 +37,7 @@ class ControllerQueryService(GradingService):
def check_combined_notifications(self, course_id, student_id, user_is_staff, last_time_viewed):
params = {
'student_id': student_id,
'course_id': course_id,
'course_id': course_id.to_deprecated_string(),
'user_is_staff': user_is_staff,
'last_time_viewed': last_time_viewed,
}