Skip to content

Commit

Permalink
Merge pull request #13539 from gamuniz/fix_dependent_schedule_export
Browse files Browse the repository at this point in the history
[fix] adding Schedule to dependent_export to allow previous behavior on job template export
  • Loading branch information
TheRealHaoLiu authored Feb 8, 2023
2 parents 1dda373 + 0d7bbb4 commit 46ea031
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions awxkit/awxkit/api/pages/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@
DEPENDENT_EXPORT = [
('JobTemplate', 'Label'),
('JobTemplate', 'SurveySpec'),
('JobTemplate', 'Schedule'),
('WorkflowJobTemplate', 'Label'),
('WorkflowJobTemplate', 'SurveySpec'),
('WorkflowJobTemplate', 'Schedule'),
('WorkflowJobTemplate', 'WorkflowJobTemplateNode'),
('InventorySource', 'Schedule'),
('Inventory', 'Group'),
('Inventory', 'Host'),
('Inventory', 'Label'),
Expand Down

0 comments on commit 46ea031

Please sign in to comment.