mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
changing the signature of workflowapprovallist
included workflow approval as a read only endpoint to pass collection tests
This commit is contained in:
@@ -4288,7 +4288,7 @@ class WorkflowApprovalTemplateJobsList(SubListAPIView):
|
||||
parent_key = 'workflow_approval_template'
|
||||
|
||||
|
||||
class WorkflowApprovalList(ListCreateAPIView):
|
||||
class WorkflowApprovalList(ListAPIView):
|
||||
model = models.WorkflowApproval
|
||||
serializer_class = serializers.WorkflowApprovalListSerializer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user