job results link-in

This commit is contained in:
Jake McDermott
2018-03-28 22:46:40 -04:00
parent a53f70f0af
commit 6b302ef167
14 changed files with 29 additions and 20 deletions

View File

@@ -238,7 +238,7 @@ function atRelaunchCtrl (
relaunchData: PromptService.bundlePromptDataForRelaunch(vm.promptData)
}).then((launchRes) => {
if (!$state.includes('jobs')) {
$state.go('jobResult', { id: launchRes.data.job }, { reload: true });
$state.go('jobz', { id: launchRes.data.job, type: 'playbook' }, { reload: true });
}
}).catch(({ data, status }) => {
ProcessErrors($scope, data, status, null, {