Merge pull request #2294 from jaredevantabor/2179

Update jobs list if navigating from the output page.
This commit is contained in:
Jake McDermott
2018-06-25 12:38:58 -04:00
committed by GitHub

View File

@@ -353,6 +353,10 @@ angular
} else {
$rootScope.$broadcast("RemoveIndicator");
}
if(_.contains(trans.from().name, 'output') && trans.to().name === 'jobs'){
$state.reload();
}
});
if (!Authorization.isUserLoggedIn()) {