| Summary: | Clarify POD of Holds->filter_by_found | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Hold requests | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | Needs documenting --- | QA Contact: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, lisette, lucas, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
25.11.00,25.05.05,24.11.11
|
|
| Circulation function: | |||
| Attachments: | Bug 40985: Clarify POD of Holds->filter_by_found | ||
Created attachment 187661 [details] [review] Bug 40985: Clarify POD of Holds->filter_by_found Test plan: Read POD. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Self SO Unless RM disagrees, doing QA too now :) PQA from me. Thanks for fixing it. Nice work everyone! Pushed to main for 25.11 Nice work everyone! Pushed to 25.05.x Pushed to 24.11.x for 24.11.11 Not backporting to 22.11.x as it wasn't backported to 24.05.x |
Most people read the following as contradictory: POD Returns a filtered resultset without holds that are considered I<found>. CODE return $self->search( { found => [ 'P', 'T', 'W' ] } );