[Koha-bugs] [Bug 29346] New: Add option for building the holds queue for a single bib in background

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 28 13:04:07 CEST 2021


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

            Bug ID: 29346
           Summary: Add option for building the holds queue for a single
                    bib in background
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Currently the holds queue deletes all currently selected items, gets a list of
bibs with holds and loops through the bibs, building the queue for each.

If the queue could be run a for a single biblionumber it would allow:
  - Deleting only holds on that bib:
  - this would remove the need for bug 29130
  - could be run in background when a hold is placed/updated
  - fulfilled holds are already removed from queue - so we shouldn't need to
clear any bibs that aren't updated

Ultimately this would remove the need for the build_holds_queue cronjob

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


More information about the Koha-bugs mailing list