mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #88 from mabashian/7246-portal-launch-job
Reload state after launching job from portal or home
This commit is contained in:
commit
7ca661cc24
@ -181,6 +181,9 @@ export default
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
$state.go('.', null, {reload: true});
|
||||
}
|
||||
})
|
||||
.error(function(data, status) {
|
||||
let template_id = scope.job_template_id;
|
||||
|
Loading…
Reference in New Issue
Block a user