mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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…
x
Reference in New Issue
Block a user