Bug 22936 - /patrons Showing Error
Summary: /patrons Showing Error
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: 18.11
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-17 16:43 UTC by Muneeb Kalathil
Modified: 2021-06-14 21:28 UTC (History)
3 users (show)

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 Muneeb Kalathil 2019-05-17 16:43:00 UTC
I am getting The below error while using /patrons Route

"errors": [
        {
            "message": "Expected string - got null.",
            "path": "/1/updated_on"
        },
:
:
{
            "message": "Expected string - got null.",
            "path": "/1000/updated_on"
        },

It was working on 17.11 and I upgraded to 18.11, It is showing this error.

When I try with a fresh Install(18.11), the route is working.



/patrons/{patronid} is working though.
Comment 1 Jonathan Druart 2020-08-05 11:06:14 UTC
This is no longer valid (no idea since when however, neither if is was valid at the time it was reported).