Merge pull request #4641 from edx/reruns/server-side-handlers

Basic notifications handling.
This commit is contained in:
Julia Hansbrough
2014-08-01 17:30:54 -04:00
5 changed files with 160 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ class CourseActionUIStateManager(CourseActionStateManager):
"""
Updates the should_display field with the given value for the entry for the given id.
"""
self.update(id=entry_id, updated_user=user, should_display=should_display)
return self.update(id=entry_id, updated_user=user, should_display=should_display)
class CourseRerunUIStateManager(CourseActionUIStateManager):