Enable schedules

This commit is contained in:
Jeff Bradberry 2020-03-27 16:29:31 -04:00
parent 972d3ab535
commit 07ba521b8b

View File

@ -31,6 +31,7 @@ EXPORTABLE_DEPENDENT_OBJECTS = [
'Labels',
'SurveySpec',
'WorkflowJobTemplateNodes',
'Schedules',
]
@ -51,6 +52,7 @@ NATURAL_KEYS = {
'notification_template': ('organization', 'name'),
'label': ('organization', 'name'), # FIXME: label will need to be fully constructed from this
'workflow_job_template_node': ('workflow_job_template', 'identifier'),
'schedule': ('unified_job_template', 'name'),
}