Bug 40747 - Placeholder text in the filter row for Publication Details on the holds queue is incorrect
Summary: Placeholder text in the filter row for Publication Details on the holds queue...
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Laura Escamilla
QA Contact: Brendan Lawlor
URL:
Keywords: release-notes-needed
Depends on:
Blocks:
 
Reported: 2025-09-03 14:17 UTC by Jason Robb
Modified: 2025-09-04 16:30 UTC (History)
7 users (show)

See Also:
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 (1.81 KB, patch)
2025-09-04 13:12 UTC, Laura Escamilla
Details | Diff | Splinter Review
Bug 40747: Fixed placeholder text for publication details in the holds queue filter (1.88 KB, patch)
2025-09-04 15:17 UTC, Andrew Fuerste-Henry
Details | Diff | Splinter Review
Bug 40747: Fixed placeholder text for publication details in the holds queue filter (1.93 KB, patch)
2025-09-04 15:36 UTC, Brendan Lawlor
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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