Enabling export of applications through awxkit (#11887)

This commit is contained in:
John Westcott IV
2022-03-10 13:49:18 -05:00
committed by GitHub
parent 4de27117e8
commit bc783b8f94
3 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ EXPORTABLE_RESOURCES = [
'job_templates',
'workflow_job_templates',
'execution_environments',
'applications',
]

View File

@@ -10,6 +10,7 @@ from . import base
class OAuth2Application(HasCreate, base.Base):
dependencies = [Organization]
NATURAL_KEY = ('organization', 'name')
def payload(self, **kwargs):
payload = PseudoNamespace(