Reload state after launching job from portal or home

This commit is contained in:
mabashian 2017-07-27 10:40:06 -04:00
parent c3f2a8a140
commit 846cba285c

View File

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