Map ProjectUpdate for notifications on its view

This commit is contained in:
Matthew Jones
2016-05-09 12:48:46 -04:00
parent 7a611cdb8a
commit b6f8d12119

View File

@@ -1055,7 +1055,7 @@ class ProjectUpdateNotificationsList(SubListAPIView):
model = Notification model = Notification
serializer_class = NotificationSerializer serializer_class = NotificationSerializer
parent_model = Project parent_model = ProjectUpdate
relationship = 'notifications' relationship = 'notifications'
class ProjectAccessList(ResourceAccessList): class ProjectAccessList(ResourceAccessList):