Implement wfjt access list.

This commit is contained in:
Aaron Tan
2016-11-21 11:37:59 -05:00
parent ab840f9551
commit b4cc024d50
3 changed files with 9 additions and 0 deletions

View File

@@ -3080,6 +3080,13 @@ class WorkflowJobNotificationsList(SubListAPIView):
new_in_310 = True
class WorkflowJobTemplateAccessList(ResourceAccessList):
model = User # needs to be User for AccessLists's
resource_model = WorkflowJobTemplate
new_in_310 = True
class SystemJobTemplateList(ListAPIView):
model = SystemJobTemplate