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

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;