mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
Emit approve/deny status for websockets, update doc string + a comment
This commit is contained in:
@@ -4487,8 +4487,7 @@ class WorkflowApprovalDeny(RetrieveAPIView):
|
||||
obj.deny(request)
|
||||
return Response(status=status.HTTP_204_NO_CONTENT)
|
||||
|
||||
|
||||
|
||||
# Placeholder code for approval notification support
|
||||
class WorkflowApprovalNotificationsList(SubListAPIView):
|
||||
|
||||
model = models.Notification
|
||||
|
||||
Reference in New Issue
Block a user