From: Jason Stephenson Date: Sun, 9 Jan 2022 01:14:24 +0000 (-0500) Subject: Adjust refrest after successful inventory update on single view X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdyrcona%2Flp1883171-lp1940663-inventory-date-changes-wip;p=working%2FEvergreen.git Adjust refrest after successful inventory update on single view --- diff --git a/Open-ILS/web/js/ui/default/staff/cat/item/app.js b/Open-ILS/web/js/ui/default/staff/cat/item/app.js index 9ad7a080cf..1338a251a9 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/item/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/item/app.js @@ -161,7 +161,7 @@ function($scope , $q , $window , $location , $timeout , egCore , egNet , egGridD } else { ngToast.warning(egCore.strings.FAIL_UPDATE_INVENTORY_SINGLE); } - $timeout(function() { location.href = location.href; }, 1000); + $timeout(function() { location.href = location.href; }, 1500); }); }