Bug 40747

Summary: Placeholder text in the filter row for Publication Details on the holds queue is incorrect
Product: Koha Reporter: Jason Robb <jrobb>
Component: Hold requestsAssignee: Laura Escamilla <Laura.escamilla>
Status: Pushed to main --- QA Contact: Brendan Lawlor <blawlor>
Severity: trivial    
Priority: P5 - low CC: andrew, blawlor, gmcharlt, Laura.escamilla, lisette, lucas, tomascohen
Version: MainKeywords: release-notes-needed
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: String patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
25.11.00
Circulation function:
Attachments: Bug 40747: Fixed placeholder text for publication details in the holds queue filter
Bug 40747: Fixed placeholder text for publication details in the holds queue filter
Bug 40747: Fixed placeholder text for publication details in the holds queue filter

Description Jason Robb 2025-09-03 14:17:56 UTC
The placeholder text in the filter row for publication details on the holds queue says "Author" instead of publication details.

To replicate, run the holds queue.
Comment 2 Laura Escamilla 2025-09-04 13:12:13 UTC
Created attachment 186148 [details] [review]
Bug 40747: Fixed placeholder text for publication details in the holds queue filter

To test:
1. Place an item on hold. Run the holds queue (perl /kohadevbox/koha/misc/cronjobs/holds/build_holds_queue.pl)
2. Go to Circulation > Holds queue and notice that the filter under Publication details says "Author" as the placeholder.
3. Apply the patch. Restart_all
4. Repeat step 2 or refresh the page. Notice that the placeholder text for Publication details now says "Publication details"
5. Sign off -- have a wonderful day! :D
Comment 3 Andrew Fuerste-Henry 2025-09-04 15:17:37 UTC
Created attachment 186164 [details] [review]
Bug 40747: Fixed placeholder text for publication details in the holds queue filter

To test:
1. Place an item on hold. Run the holds queue (perl /kohadevbox/koha/misc/cronjobs/holds/build_holds_queue.pl)
2. Go to Circulation > Holds queue and notice that the filter under Publication details says "Author" as the placeholder.
3. Apply the patch. Restart_all
4. Repeat step 2 or refresh the page. Notice that the placeholder text for Publication details now says "Publication details"
5. Sign off -- have a wonderful day! :D

Signed-off-by: Lawrence ORegan-Lloyd <hello@lawrenceol.dev>
Comment 4 Brendan Lawlor 2025-09-04 15:36:36 UTC
Created attachment 186165 [details] [review]
Bug 40747: Fixed placeholder text for publication details in the holds queue filter

To test:
1. Place an item on hold. Run the holds queue (perl /kohadevbox/koha/misc/cronjobs/holds/build_holds_queue.pl)
2. Go to Circulation > Holds queue and notice that the filter under Publication details says "Author" as the placeholder.
3. Apply the patch. Restart_all
4. Repeat step 2 or refresh the page. Notice that the placeholder text for Publication details now says "Publication details"
5. Sign off -- have a wonderful day! :D

Signed-off-by: Lawrence ORegan-Lloyd <hello@lawrenceol.dev>
Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Comment 5 Lucas Gass (lukeg) 2025-09-04 16:30:54 UTC
Nice one all! 

Pushed to main for 25.11.00