Bugzilla – Attachment 186164 Details for
Bug 40747
Placeholder text in the filter row for Publication Details on the holds queue is incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40747: Fixed placeholder text for publication details in the holds queue filter
Bug-40747-Fixed-placeholder-text-for-publication-d.patch (text/plain), 1.88 KB, created by
Andrew Fuerste-Henry
on 2025-09-04 15:17:37 UTC
(
hide
)
Description:
Bug 40747: Fixed placeholder text for publication details in the holds queue filter
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-09-04 15:17:37 UTC
Size:
1.88 KB
patch
obsolete
>From b43e4f756917a8d0c67538a44deb8b87e589eba1 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Thu, 4 Sep 2025 13:08:02 +0000 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index 8663d96dcb8..5a4d997a9e9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -111,7 +111,7 @@ > </td> > <td class="hq-pubdetails"> > <span class="filter_column filter_text"> >- <input class="text_filter" type="text" placeholder="Author" /> >+ <input class="text_filter" type="text" placeholder="Publication details" /> > </span> > </td> > <td class="hq-holdingbranch"> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40747
:
186148
|
186164
|
186165