Summary: | Add new route to simply list old reserves by patron id | ||
---|---|---|---|
Product: | Koha | Reporter: | Thibaud Guillot (thibaud_g) <thibaud.guillot> |
Component: | REST API | Assignee: | Thibaud Guillot (thibaud_g) <thibaud.guillot> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35353 | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 35247: Add new API route to list old reserves by patron
Bug 35247: Add new API route to list old reserves by patron Bug 35247: (follow-up) Perltidy fixes to OldHolds.pm |
Description
Thibaud Guillot (thibaud_g)
2023-11-03 11:12:18 UTC
Created attachment 158325 [details] [review] Bug 35247: Add new API route to list old reserves by patron Test plan: 1) Apply this patch 2) Go to "/api/v1/patrons/{patron_id}/old_holds" to see old reserves by patron Created attachment 158326 [details] [review] Bug 35247: Add new API route to list old reserves by patron Test plan: 1) Apply this patch 2) Go to "/api/v1/patrons/{patron_id}/old_holds" to see old reserves by patron Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 158327 [details] [review] Bug 35247: (follow-up) Perltidy fixes to OldHolds.pm Whitespace changes only. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Thanks Owen :) Please see bug 35353 comment 5. We have now 3 implementations for the same thing... |