mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Move view around and inherit from right view to get OPTIONS
we needed to inherit from GenericAPIView to get the options to render correctly q! add execution env support add organization validation to the workflowjob Update awx/api/serializers.py Co-authored-by: Elijah DeLee <kdelee@redhat.com> Update awx/api/serializers.py Co-authored-by: Elijah DeLee <kdelee@redhat.com>
This commit is contained in:
@@ -30,6 +30,8 @@ from awx.api.views import (
|
||||
OAuth2TokenList,
|
||||
ApplicationOAuth2TokenList,
|
||||
OAuth2ApplicationDetail,
|
||||
)
|
||||
from awx.api.views.bulk import (
|
||||
BulkJobLaunchView,
|
||||
BulkView,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user