Bugzilla – Attachment 181206 Details for
Bug 39276
OPACShowHoldQueueDetails datatable warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39276: Show record level priority in opac detail page
Bug-39276-Show-record-level-priority-in-opac-detai.patch (text/plain), 1.45 KB, created by
David Nind
on 2025-04-19 09:18:29 UTC
(
hide
)
Description:
Bug 39276: Show record level priority in opac detail page
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-04-19 09:18:29 UTC
Size:
1.45 KB
patch
obsolete
>From a15a8da901d5f4871b3f36d7dd8aa8dcab9f41d3 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 15 Apr 2025 22:29:27 +0000 >Subject: [PATCH] Bug 39276: Show record level priority in opac detail page > >To test: >1. Enable Holds history system preference and set the OPACShowHoldQueueDetails to "Show holds and their priority level". >2. Make an item level hold on a record. >3. Make a record level hold on a different record. >4. Login to the OPAC as that patron >5. On the detail page for the item level hold, it works >6. On the detail page for the record level hold, dataTable error >7. APPLY PATCH >8. Try each of the OPAC detail pages again, they should both work. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 8792eb3912..d8adb7c358 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1525,6 +1525,8 @@ > [% END %] > [% END %] > </td> >+ [% ELSIF show_priority %] >+ <td class="holds_priority">[% priority | html %] </td> > [% END %] > > [% IF ShowCourseReservesHeader %] >-- >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 39276
:
180996
|
181206
|
182181