| Summary: | Placeholder text in the filter row for Publication Details on the holds queue is incorrect | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jason Robb <jrobb> |
| Component: | Hold requests | Assignee: | Laura Escamilla <Laura.escamilla> |
| Status: | Pushed to oldstable --- | QA Contact: | Brendan Lawlor <blawlor> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | andrew, blawlor, fridolin.somers, gmcharlt, Laura.escamilla, lisette, lucas, tomascohen |
| Version: | Main | Keywords: | release-notes-needed |
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | String patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
25.11.00,25.05.04,24.11.10
|
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
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 Nice work everyone! Pushed to 25.05.x Pushed to 24.11.x for 24.11.10 |