[Koha-bugs] [Bug 34822] BatchUpdateBiblioHoldsQueue should be called once per import batch when using RealTimeHoldsQueue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 18 19:36:51 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34822

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #155856|0                           |1
        is obsolete|                            |

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 155857
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155857&action=edit
Bug 34822: Process real time holds along with indexing

Current code already skips indexing when adding record to instead index in a
single call. This patch pdates the code to do the same thing for real time
holds queue updates.

Note: Newly added records do not need to be updated as they won't have holds
yet.

To test:
1 - Have a marc file with several records that match records in your catalog
    You can export part of your catalog to generate one
2 - Set system preference:  RealTimeHoldsQueue to 'enable'
3 - Stage and import file, make sure you are matching and overlaying
4 - Go to Administration->Manage jobs
5 - Note a batch update for each updated record
6 - Apply patch
7 - Repeat
8 - Note a single job added for the entire batch containing only updated
records

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list