Summary: | Add Sort 1 and Sort 2 to list of searchable patron fields | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Patrons | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, gitbot, gmcharlt, jonathan.druart, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields
Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields |
Description
Kyle M Hall (khall)
2013-09-06 16:55:52 UTC
Created attachment 20831 [details] [review] Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields Some libraries would like to be able to search on the sort1 and sort2 fields of patron records. Test Plan: 1) Apply this patch 2) Add various values for sort1 and sort2 some patrons 3) Browse to members-home.pl 4) Run searches on sort1 and sort2 Patch applied cleanly, go forth and signoff Patch applied cleanly, go forth and signoff Created attachment 23793 [details] [review] Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields Some libraries would like to be able to search on the sort1 and sort2 fields of patron records. Test Plan: 1) Apply this patch 2) Add various values for sort1 and sort2 some patrons 3) Browse to members-home.pl 4) Run searches on sort1 and sort2 Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> QA comment: If sort1 or sort2 is linked to an authorised value category, the search is done on the code. Maybe it could be confusing. Moreover sort1 and sort2 values are not displayed in the table results. I don't know if this patch is relevant but it works as described. Marked as Passed QA. Created attachment 23803 [details] [review] Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields Some libraries would like to be able to search on the sort1 and sort2 fields of patron records. Test Plan: 1) Apply this patch 2) Add various values for sort1 and sort2 some patrons 3) Browse to members-home.pl 4) Run searches on sort1 and sort2 Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Pushed to master. Thanks, Kyle! Patch pushed to 3.14.x, will be in 3.14.2. |