Summary: | Searching all patrons from the header does not display the patron search view | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Patrons | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, kyle, m.de.rooy |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
22.05.00
|
Circulation function: | |
Bug Depends on: | 30063 | ||
Bug Blocks: | |||
Attachments: |
Bug 30485: (bug 30063 follow-up) Display all patrons if not term passed
Bug 30485: (bug 30063 follow-up) Display all patrons if not term passed |
Description
Jonathan Druart
2022-04-07 12:24:31 UTC
Created attachment 133077 [details] [review] Bug 30485: (bug 30063 follow-up) Display all patrons if not term passed Regression from bug 30063. If you are searching all patrons (not search term passed) from the header, the patron search result is not displayed. Test plan: Go to the Koha homepage, search patrons, don't enter a search term and click "submit" All patrons must be returned. Regression test: on the other patron search forms, confirm that there is no regression, ie. no patron displayed until you search for something Let me have a look :) Created attachment 133078 [details] [review] Bug 30485: (bug 30063 follow-up) Display all patrons if not term passed Regression from bug 30063. If you are searching all patrons (not search term passed) from the header, the patron search result is not displayed. Test plan: Go to the Koha homepage, search patrons, don't enter a search term and click "submit" All patrons must be returned. Regression test: on the other patron search forms, confirm that there is no regression, ie. no patron displayed until you search for something Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Taking the liberty to combine with QA: trivial change. Pushed to master for 22.05, thanks to everybody involved [U+1F984] |