Remove notification endpoint from approvals list

This commit is contained in:
beeankha
2019-09-05 12:02:27 -04:00
parent 13450fdbf9
commit e2b8adcd09
3 changed files with 0 additions and 17 deletions

View File

@@ -4464,18 +4464,6 @@ class WorkflowApprovalTemplateJobsList(SubListAPIView):
parent_key = 'workflow_approval_template'
class WorkflowApprovalTemplateNotificationTemplatesList(SubListCreateAttachDetachAPIView):
model = models.NotificationTemplate
serializer_class = serializers.NotificationTemplateSerializer
parent_model = models.WorkflowApprovalTemplate
class WorkflowApprovalNotificationTemplatesList(WorkflowApprovalTemplateNotificationTemplatesList):
relationship = 'notification_templates_approvals'
class WorkflowApprovalList(ListCreateAPIView):
model = models.WorkflowApproval