Update jobs list if navigating from the output page.

This commit is contained in:
Jared Tabor
2018-06-22 13:42:00 -07:00
parent a8504d7bd7
commit c0f3b0268e

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