fix management job schedule edit link button

This commit is contained in:
John Mitchell 2018-11-27 11:35:13 -05:00
parent 46d303ceee
commit f25c6effa3
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -118,7 +118,7 @@ export default [
stateParams.inventory_id = item.summary_fields.inventory.id;
stateParams.inventory_source_id = item.summary_fields.unified_job_template.id;
} else if (item.summary_fields.unified_job_template.unified_job_type === 'system_job') {
route = 'managementJobsList.schedule';
route = 'managementJobsList.schedule.edit';
stateParams.id = item.summary_fields.unified_job_template.id;
}
}