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

--- Comment #6 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 201197
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201197&action=edit
Bug 41889: Update API to allow for null patron_id to be returned when listing
checkouts

If a patron is deleted and there's a checkout associated with them, an api call
to {url}/api/v1/checkouts?checked_in=true
will result in an error. This patch updates the api to allow for a null value
to be returned for patron_id

To test:
Before applying the patch:

1. In Administration->System preference enable the RESTBasicAuth system
preference.
2. Checkout an item to a patron (I used item barcode: 39999000000252 and patron
barcode 23529000121682)
3. Check the item back in
4. In your brower go to {sandbox/ktdurl}/api/v1/checkouts?checked_in=1
5. Observe there is a patron ID in the JSON response
6. Delete the patron
7. Repeat step 4
8. Observe an error because a "null" value was returned
9. Apply patch
   Sandbox:
       In sandbox management Actions->Apply patches
       Once complete Actions->Build CSS and JS
       Actions->Restart services
   KTD:
       ktd --shell
       git bz apply 41889
       yarn build
       restart_all

10. Repeat step 4
11. Observe the checkout loads, but now has a null patron id.
12. Sign off
On KTD can also run the script: qa
to run tests.

Signed-off-by: David Nind <[email protected]>
Signed-off-by: Tomás Cohen Arazi <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to