Update AWX docs to include info about wf approvals

This commit is contained in:
beeankha
2019-08-19 14:45:26 -04:00
committed by Ryan Petrello
parent aab04bcbb1
commit 9bbc14c5a1
2 changed files with 28 additions and 2 deletions

View File

@@ -2781,7 +2781,7 @@ class RoleAccess(BaseAccess):
class WorkflowApprovalAccess(BaseAccess):
'''
A user can create an workflow approval if they are a superuser, an org admin
A user can create a workflow approval if they are a superuser, an org admin
of the org connected to the workflow, or if they are assigned as admins to
the workflow.
@@ -2817,7 +2817,7 @@ class WorkflowApprovalAccess(BaseAccess):
class WorkflowApprovalTemplateAccess(BaseAccess):
'''
A user can create an approval template if they are a superuser, an org admin
A user can create a workflow approval if they are a superuser, an org admin
of the org connected to the workflow, or if they are assigned as admins to
the workflow.