Bugzilla – Attachment 173769 Details for
Bug 35987
See highlighted items below link broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35987: Fix broken See highlighted items below link
Bug-35987-Fix-broken-See-highlighted-items-below-l.patch (text/plain), 1.62 KB, created by
Magnus Enger
on 2024-10-31 09:27:16 UTC
(
hide
)
Description:
Bug 35987: Fix broken See highlighted items below link
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2024-10-31 09:27:16 UTC
Size:
1.62 KB
patch
obsolete
>From 8344099204adc497f88b03e304deb671f6146098 Mon Sep 17 00:00:00 2001 >From: Lari Strand <lari.strand@koha-suomi.fi> >Date: Fri, 13 Sep 2024 13:49:30 +0300 >Subject: [PATCH] Bug 35987: Fix broken See highlighted items below link > >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Test plan with KTD: >- Issue a couple of items to a patron, and make sure one of them is > overdue. >- Make sure "Always show checkouts automatically" is not checked >- Reload the page >- Click on the link in "Overdues: Patron has ITEMS OVERDUE See > highlighted items below" >- Nothing happens >- Apply the patch, restart_all, reload the "Check out" page for the > patron >- Click on the link again, and the active loans should be shown >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >index b64f4f0f92..b564b4b542 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -101,7 +101,7 @@ > > [% IF ( odues ) %] > <li class="odues blocker"> >- <span class="circ-hlt">Overdues:</span> Patron has ITEMS OVERDUE <a href="#checkouts">See highlighted items below</a> >+ <span class="circ-hlt">Overdues:</span> Patron has ITEMS OVERDUE <a href="#checkouts_panel" onclick="$('#issues-table-load-immediately').click(); $('#issues-table-load-immediately').click();">See highlighted items below </a> > </li> > [% END %] > >-- >2.34.1
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 35987
:
171441
|
173769
|
174060