projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da6a356
)
Adjust refrest after successful inventory update on single view
user/dyrcona/lp1883171-lp1940663-inventory-date-changes-wip
author
Jason Stephenson
<jason@sigio.com>
Sun, 9 Jan 2022 01:14:24 +0000
(20:14 -0500)
committer
Jason Stephenson
<jason@sigio.com>
Sun, 9 Jan 2022 01:14:24 +0000
(20:14 -0500)
Open-ILS/web/js/ui/default/staff/cat/item/app.js
patch
|
blob
|
history
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
9ad7a08
..
1338a25
100644
(file)
--- 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; }, 1
0
00);
+ $timeout(function() { location.href = location.href; }, 1
5
00);
});
}