From: Mike Rylander Date: Mon, 20 Apr 2015 17:46:17 +0000 (-0400) Subject: webstaff: Enable next/prev/first/last/results buttons on all new search results X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=20cb0b21830015ccab9f280dbaee577a306d43c4;p=evergreen%2Fmasslnc.git webstaff: Enable next/prev/first/last/results buttons on all new search results Signed-off-by: Mike Rylander Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js b/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js index 6f034ba671..6fa704b2da 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js @@ -200,6 +200,7 @@ function($scope , $routeParams , $location , $q , egCore , egHolds, egCore.hatch.setLocalItem("eg.cat.last_record_retrieved", $scope.record_id); } else { delete $scope.record_id; + $scope.from_route = false; } // child scope is executing this function, so our digest doesn't fire ... thus,