1
0
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:
Michael Abashian 2017-07-28 09:41:11 -04:00 committed by GitHub
commit 7ca661cc24

View File

@ -181,6 +181,9 @@ export default
} }
} }
} }
else {
$state.go('.', null, {reload: true});
}
}) })
.error(function(data, status) { .error(function(data, status) {
let template_id = scope.job_template_id; let template_id = scope.job_template_id;