mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Map ProjectUpdate for notifications on its view
This commit is contained in:
@@ -1055,7 +1055,7 @@ class ProjectUpdateNotificationsList(SubListAPIView):
|
||||
|
||||
model = Notification
|
||||
serializer_class = NotificationSerializer
|
||||
parent_model = Project
|
||||
parent_model = ProjectUpdate
|
||||
relationship = 'notifications'
|
||||
|
||||
class ProjectAccessList(ResourceAccessList):
|
||||
|
||||
Reference in New Issue
Block a user