mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 07:51:51 -05:00
AC-203 no longer sorting jobs by Status when user clicks failed jobs link from Inventories page. Rows are now sorted by desc ID (which would be the same order as desc date btw).
This commit is contained in:
@@ -53,9 +53,9 @@ function JobsListCtrl ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
scope.search(list.iterator);
|
||||
|
||||
// Called from Inventories page, failed jobs link. Now sort by status so faild jobs appear at top of list
|
||||
if ($routeParams.order_by) {
|
||||
scope.sort($routeParams.order_by);
|
||||
}
|
||||
//if ($routeParams.order_by) {
|
||||
// scope.sort($routeParams.order_by);
|
||||
//}
|
||||
|
||||
LoadBreadCrumbs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user