Bug 39308

Summary: No space between preferred name and middle name in some places
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: PatronsAssignee: Lucas Gass (lukeg) <lucas>
Status: Pushed to main --- QA Contact: Marcel de Rooy <m.de.rooy>
Severity: minor    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, m.de.rooy
Version: Main   
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:
25.05.00
Circulation function:
Attachments: Bug 39308: Add space between preferred name and middle name
Bug 39308: Add space between preferred name and middle name
Bug 39308: Add space between preferred name and middle name

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!