| Summary: | /patrons Showing Error | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Muneeb Kalathil <muneebkalathil> |
| Component: | REST API | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | jonathan.druart, tomascohen |
| Version: | 18.11 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
This is no longer valid (no idea since when however, neither if is was valid at the time it was reported). |
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.