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.
Pretty straightforward fix: https://github.com/Koha-Community/Koha/blob/69001a7a5636505c9b1f59c89400ab9237be3da1/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt#L114
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
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>
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>
Nice one all! Pushed to main for 25.11.00