Bug 39283 - Middle name doesn't display in patron search results
Summary: Middle name doesn't display in patron search results
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Lucas Gass (lukeg)
QA Contact: Emily Lamancusa (emlam)
URL:
Keywords: rel_24_11_candidate
Depends on:
Blocks:
 
Reported: 2025-03-07 23:00 UTC by Lucas Gass (lukeg)
Modified: 2025-03-27 15:35 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:


Attachments
Bug 39283: Concat middle name with preffered name if it exists (1.14 KB, patch)
2025-03-11 16:58 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 39283: Concat middle name with preffered name if it exists (1.20 KB, patch)
2025-03-19 09:42 UTC, Biblibre Sandboxes
Details | Diff | Splinter Review
Bug 39283: Concat middle name with preffered name if it exists (1.71 KB, patch)
2025-03-20 18:04 UTC, Emily Lamancusa (emlam)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2025-03-07 23:00:51 UTC
To recreate:

1. Have a patron with a middle name 
2. Do a patron search that brings them up, no middle name appears
Comment 1 Lucas Gass (lukeg) 2025-03-11 16:58:39 UTC
Created attachment 179174 [details] [review]
Bug 39283: Concat middle name with preffered name if it exists

1. Have a patron with a middle name
2. Do a patron search that brings them up, no middle name appears
3. APPLY PATCH
4. Try again, middle name should appear in patron searches.
Comment 2 Biblibre Sandboxes 2025-03-19 09:42:55 UTC
Created attachment 179469 [details] [review]
Bug 39283: Concat middle name with preffered name if it exists

1. Have a patron with a middle name
2. Do a patron search that brings them up, no middle name appears
3. APPLY PATCH
4. Try again, middle name should appear in patron searches.

Signed-off-by: SympoKoha <thibault.keromnes@univ-paris8.fr>
Comment 3 bibliotheque 2025-03-19 10:01:11 UTC
Sandboxes had a bug and put another signed-off

The correct one is :

Signed-off-by: Bibliothèque Ifao <bibliotheque@ifao.egnet.net>
Comment 4 Emily Lamancusa (emlam) 2025-03-20 18:04:38 UTC
Created attachment 179563 [details] [review]
Bug 39283: Concat middle name with preffered name if it exists

1. Have a patron with a middle name
2. Do a patron search that brings them up, no middle name appears
3. APPLY PATCH
4. Try again, middle name should appear in patron searches.

QA follow-up: made the same fix inline for other_name

Signed-off-by: Bibliothèque Ifao <bibliotheque@ifao.egnet.net>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Comment 5 Emily Lamancusa (emlam) 2025-03-20 18:14:29 UTC
Good catch, thanks Lucas! There was another spot a few lines down where other_names had the same issue, so I went ahead and fixed that inline as well.
Comment 6 Katrin Fischer 2025-03-21 16:51:20 UTC
Pushed for 25.05!

Well done everyone, thank you!