Bug 22936

Summary: /patrons Showing Error
Product: Koha Reporter: Muneeb Kalathil <muneebkalathil>
Component: REST APIAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, katrin.fischer, tomascohen
Version: 18.11   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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).