Bug 32557 - Implement SIP2 no block flag for checkin messages
Summary: Implement SIP2 no block flag for checkin messages
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: SIP2 (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 32515
Blocks:
  Show dependency treegraph
 
Reported: 2023-01-03 14:10 UTC by Kyle M Hall
Modified: 2023-01-03 16:59 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2023-01-03 14:10:48 UTC
The "no block" flag for SIP2 checkin messages has never been implemented. Bug 32515 fixed the issue where a non-existent subroutine was called if the no-block flag has passed. We should implement a no-block version of the checkin subroutine.
Comment 1 Kyle M Hall 2023-01-03 16:59:33 UTC
I've been working on this, and I'm not actually convinced we need anything more than what Nick has done on bug 32515. If someone can point out a scenario where we need more please let me know!

Kyle