1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

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
serializer_class = NotificationSerializer
parent_model = Project
parent_model = ProjectUpdate
relationship = 'notifications'
class ProjectAccessList(ResourceAccessList):