mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
AC-707 fixing home page links. Cleaned up issue with gtzero search type.
This commit is contained in:
@@ -99,6 +99,12 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
else if ($routeParams['status']) {
|
||||
scope[list.iterator + 'SearchValue'] = $routeParams['status'];
|
||||
scope[list.iterator + 'SearchField'] = 'status';
|
||||
scope[list.iterator + 'SearchFieldLabel'] = list.fields['status'].label;
|
||||
scope[list.iterator + 'SearchSelectValue'] = null;
|
||||
}
|
||||
scope.search(list.iterator);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user