changing the signature of workflowapprovallist

included workflow approval as a read only endpoint to pass collection tests
This commit is contained in:
Gabe Muniz
2023-02-17 14:17:18 -05:00
parent 23a34c5dc9
commit fb2647ff7b
2 changed files with 2 additions and 2 deletions

View File

@@ -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