up the hard-coded value for the record query limit in record bucket UI
authorChris Sharp <csharp@georgialibraries.org>
Thu, 18 Jun 2020 17:19:34 +0000 (13:19 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 20 Oct 2020 14:01:02 +0000 (10:01 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js

index cd9b932..8b12d0c 100644 (file)
@@ -496,7 +496,7 @@ function($scope,  $routeParams,  egCore , bucketSvc) {
         egCore.net.request(
             'open-ils.search',
             'open-ils.search.biblio.multiclass.query.staff', {   
-                limit : 500 // meh
+                limit : 2000 // meh
             }, bucketSvc.queryString, true
         ).then(function(resp) {
             bucketSvc.queryRecords =