[Koha-bugs] [Bug 20600] Provide the ability for users to filter ILL requests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 20 15:32:21 CEST 2018


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

--- Comment #2 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 74640
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74640&action=edit
Bug 20600: API - Format dates according to syspref

Dates supplied by the /api/v1/illrequests API route were not conforming
to the preference specified by the dateformat syspref. This patch
addresses that.

It has been addressed as part of this bug since we are adding filtering
of requests by some date fields and, therefore, needed dates in a
predictable format.

To test:
1) Apply the patch
2) Ensure you have at least one ILL request created
3) Make a request to the /api/v1/illrequests endpoint
4) Observe that dates supplied for "placed" & "updated" conform to your
dateformat syspref.
5) Change your date format syspref, repeat steps 3 & 4

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


More information about the Koha-bugs mailing list