
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 919a1197a2dad5c2d7134f858cfd94446ae38ef4 (commit) from df8de089258bac5a7430caddaa512d2e254096f7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 919a1197a2dad5c2d7134f858cfd94446ae38ef4 Author: Mike Rylander <mrylander@gmail.com> Date: Thu May 16 10:47:10 2024 -0400 LP#2065913: Don't forcibly forget our hold-target patron Signed-off-by: Mike Rylander <mrylander@gmail.com> Signed-off-by: Chris Sharp <csharp@georgialibraries.org> diff --git a/Open-ILS/web/js/ui/default/staff/services/startup.js b/Open-ILS/web/js/ui/default/staff/services/startup.js index e99bed7e03..3662dacc62 100644 --- a/Open-ILS/web/js/ui/default/staff/services/startup.js +++ b/Open-ILS/web/js/ui/default/staff/services/startup.js @@ -120,7 +120,6 @@ function($q, $rootScope, $location, $window, egIDL, egAuth, egEnv , egOrg } } } - clearHoldTarget(); service.go = function () { if (service.promise) { ----------------------------------------------------------------------- Summary of changes: Open-ILS/web/js/ui/default/staff/services/startup.js | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- Evergreen ILS