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
commit 2ca4c08567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()) {