Clicking the Refresh button on Job Events was not automatically expanding parent nodes. Fixed. Refresh now re-querries the API, updates the page and expands all nodes -the same as initial page load.

This commit is contained in:
chouseknecht 2013-06-30 04:04:03 -04:00
parent 184430d0a2
commit ebed99047b

View File

@ -118,6 +118,7 @@ function JobEventsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
}
scope.refresh = function() {
scope.expand = true;
scope.search(list.iterator);
}