mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
prevent POST on /api/v2/workflow_jobs/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user