1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Merge pull request #2809 from jlmitch5/fixManagmentJobScheduleEditLink

fix management job schedule edit link button

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2018-11-27 17:33:07 +00:00 committed by GitHub
commit de77f6bd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
}