mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Redirect user to visualizer page after successful workflow creation
This commit is contained in:
parent
4b51c71220
commit
3e99e94b8c
@ -30,7 +30,7 @@ function WorkflowJobTemplateAdd() {
|
||||
data: { id },
|
||||
} = await WorkflowJobTemplatesAPI.create(templatePayload);
|
||||
await Promise.all(await submitLabels(id, labels, organizationId));
|
||||
history.push(`/templates/workflow_job_template/${id}/details`);
|
||||
history.push(`/templates/workflow_job_template/${id}/visualizer`);
|
||||
} catch (err) {
|
||||
setFormSubmitError(err);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user