PINES local fix for patron search
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 12 Jan 2022 16:13:31 +0000 (11:13 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 20:08:48 +0000 (15:08 -0500)
This removes a previous fix I'd created for the patron search
"clear" button, but keeps the previous fix for the patron
search inactive checkbox.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/web/js/ui/default/staff/services/patron_search.js

index 27999d9..6a9936f 100644 (file)
@@ -528,7 +528,7 @@ function($scope,  $q,  $routeParams,  $timeout,  $window,  $location,  egCore,
 
     // PINES Customization - default to search inactive
     $scope.searchArgs.inactive = true;
-    
+
     // last used patron search form element
     var lastFormElement;
 
@@ -745,12 +745,9 @@ function($scope,  $q,  $routeParams,  $timeout,  $window,  $location,  egCore,
     }
 
     $scope.clearForm = function () {
-        //PINES Customization - instead of resetting fields, refresh page
-        //because this allows us to get the correct field defaults 
-        //$scope.searchArgs={};
-        //if (lastFormElement) lastFormElement.focus();
-        $window.location.reload();
-        }
+        $scope.searchArgs={};
+        if (lastFormElement) lastFormElement.focus();
+    }
 
     $scope.applyShowExtras = function($event, bool) {
         if (bool) {