AC-707 fixing home page links. Cleaned up issue with gtzero search type.

This commit is contained in:
Chris Houseknecht
2013-11-21 14:34:01 +00:00
parent 2a0edd4ea5
commit 013af19be4
6 changed files with 13 additions and 4 deletions

View File

@@ -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);
});