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
No known key found for this signature in database
GPG Key ID: 1B343EC4C3CF7E5C

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