Merge pull request #13539 from gamuniz/fix_dependent_schedule_export

[fix] adding Schedule to dependent_export to allow previous behavior on job template export
This commit is contained in:
Hao Liu 2023-02-08 17:04:35 -05:00 committed by GitHub
commit 46ea031566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,9 +38,12 @@ EXPORTABLE_RELATIONS = ['Roles', 'NotificationTemplates', 'WorkflowJobTemplateNo
DEPENDENT_EXPORT = [
('JobTemplate', 'Label'),
('JobTemplate', 'SurveySpec'),
('JobTemplate', 'Schedule'),
('WorkflowJobTemplate', 'Label'),
('WorkflowJobTemplate', 'SurveySpec'),
('WorkflowJobTemplate', 'Schedule'),
('WorkflowJobTemplate', 'WorkflowJobTemplateNode'),
('InventorySource', 'Schedule'),
('Inventory', 'Group'),
('Inventory', 'Host'),
('Inventory', 'Label'),