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:
parent
7a611cdb8a
commit
b6f8d12119
@ -1055,7 +1055,7 @@ class ProjectUpdateNotificationsList(SubListAPIView):
|
||||
|
||||
model = Notification
|
||||
serializer_class = NotificationSerializer
|
||||
parent_model = Project
|
||||
parent_model = ProjectUpdate
|
||||
relationship = 'notifications'
|
||||
|
||||
class ProjectAccessList(ResourceAccessList):
|
||||
|
Loading…
Reference in New Issue
Block a user