
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, rel_3_14 has been updated via 0e98ab799ca9aa2895e1c57f1b0ec664b46988d6 (commit) from 28fda52ca6c27b867e52f60350497f44add18f12 (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 0e98ab799ca9aa2895e1c57f1b0ec664b46988d6 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