Bugzilla – Attachment 165395 Details for
Bug 35979
Possible RealTimeHoldsQueue check missing in modrequest.pl for BatchUpdateBiblioHoldsQueue background job
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35979: Check pref before inserting holds_queue background jobs
Bug-35979-Check-pref-before-inserting-holdsqueue-b.patch (text/plain), 921 bytes, created by
Pedro Amorim
on 2024-04-23 13:24:08 UTC
(
hide
)
Description:
Bug 35979: Check pref before inserting holds_queue background jobs
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-04-23 13:24:08 UTC
Size:
921 bytes
patch
obsolete
>From 605d748baed812d475881e82b73f9f847de0c36a Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 23 Apr 2024 13:42:50 +0200 >Subject: [PATCH] Bug 35979: Check pref before inserting holds_queue background > jobs > >Test plan: >Confirm that modrequest does no longer insert when pref is off :) > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > reserve/modrequest.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reserve/modrequest.pl b/reserve/modrequest.pl >index 52c8bef4681..e175fe1595a 100755 >--- a/reserve/modrequest.pl >+++ b/reserve/modrequest.pl >@@ -98,7 +98,7 @@ if( $op eq 'cud-cancelall' || $op eq 'cud-modifyall' ) { > { > biblio_ids => \@biblio_ids > } >- ); >+ ) if C4::Context->preference('RealTimeHoldsQueue'); > } > > my $from=$query->param('from'); >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35979
:
165380
|
165385
|
165395
|
165396
|
165397
|
165398