Bug 39308 - No space between preferred name and middle name in some places
Summary: No space between preferred name and middle name in some places
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Lucas Gass (lukeg)
QA Contact: Marcel de Rooy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-11 17:11 UTC by Lucas Gass (lukeg)
Modified: 2025-03-17 07:28 UTC (History)
3 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 39308: Add space between preferred name and middle name (1.81 KB, patch)
2025-03-11 17:19 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 39308: Add space between preferred name and middle name (1.86 KB, patch)
2025-03-13 15:30 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 39308: Add space between preferred name and middle name (1.95 KB, patch)
2025-03-14 10:40 UTC, Marcel de Rooy
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-11 17:11:39 UTC
To recreate:

1. Find a patron with a middle name. 
2. ON the checkout page or details page notice it displays like this: 'EdnaMiddleName Acosta'
Comment 1 Lucas Gass (lukeg) 2025-03-11 17:19:31 UTC
Created attachment 179175 [details] [review]
Bug 39308: Add space between preferred name and middle name

To test:
1. Find a patron with a middle name.
2. ON the checkout page or details page notice it displays like this: 'EdnaMiddleName Acosta'
3. APPLY PATCH
4. Try again, middle name should include a space now.
Comment 2 Owen Leonard 2025-03-13 15:30:51 UTC
Created attachment 179273 [details] [review]
Bug 39308: Add space between preferred name and middle name

To test:
1. Find a patron with a middle name.
2. ON the checkout page or details page notice it displays like this:
   'EdnaMiddleName Acosta'
3. APPLY PATCH
4. Try again, middle name should include a space now.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 3 Marcel de Rooy 2025-03-14 10:40:01 UTC
Created attachment 179320 [details] [review]
Bug 39308: Add space between preferred name and middle name

To test:
1. Find a patron with a middle name.
2. ON the checkout page or details page notice it displays like this:
   'EdnaMiddleName Acosta'
3. APPLY PATCH
4. Try again, middle name should include a space now.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Katrin Fischer 2025-03-17 07:28:53 UTC
Pushed for 25.05!

Well done everyone, thank you!