mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Enabling export of applications through awxkit (#11887)
This commit is contained in:
@@ -25,6 +25,7 @@ EXPORTABLE_RESOURCES = [
|
||||
'job_templates',
|
||||
'workflow_job_templates',
|
||||
'execution_environments',
|
||||
'applications',
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ from . import base
|
||||
class OAuth2Application(HasCreate, base.Base):
|
||||
|
||||
dependencies = [Organization]
|
||||
NATURAL_KEY = ('organization', 'name')
|
||||
|
||||
def payload(self, **kwargs):
|
||||
payload = PseudoNamespace(
|
||||
|
||||
Reference in New Issue
Block a user