webstaff: Enable next/prev/first/last/results buttons on all new search results
authorMike Rylander <mrylander@gmail.com>
Mon, 20 Apr 2015 17:46:17 +0000 (13:46 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 19 Aug 2015 17:39:16 +0000 (13:39 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js

index 6f034ba..6fa704b 100644 (file)
@@ -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,