[Koha-bugs] [Bug 30979] Add ability for OPAC users to checkout to themselves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 3 18:25:03 CEST 2022


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

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

--- Comment #14 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 141276
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=141276&action=edit
Bug 30979: Checkout API's

This patch adds an initial framework for adding/migrating AddIssue from
C4::Circulation into Koha::Checkout... but that feels a bit over scope.

Also.. should we do all the checks and return failure in
Koha::REST::V1::Checkout->add such that we require a new special header
for the equivilent of 'confirm' in the controller script route..

Should we accept an external_id in the checkout add route.. or chain two
ajax requests such that the first looks up the item from it's
external_id and then the second calls checkout upon it?

Should we have a 'CanBookBeIssued' equivilent on the API?

Bug 30979: Add confirmation token to API

This patch adds the creation of a confirmation token to the
get_availability method and then adds a test for the presence of that
same token later in the checkout routine.

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


More information about the Koha-bugs mailing list