mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
prevent POST on /api/v2/workflow_jobs/
This commit is contained in:
parent
e19035079e
commit
a89324defa
@ -3287,7 +3287,7 @@ class WorkflowJobTemplateActivityStreamList(SubListAPIView):
|
||||
Q(workflow_job_template_node__workflow_job_template=parent)).distinct()
|
||||
|
||||
|
||||
class WorkflowJobList(ListCreateAPIView):
|
||||
class WorkflowJobList(ListAPIView):
|
||||
|
||||
model = models.WorkflowJob
|
||||
serializer_class = serializers.WorkflowJobListSerializer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user