Bugzilla – Attachment 171902 Details for
Bug 37972
Allow selection of tab in patron's summary table by query param
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37972: (QA follow-up) add missing filter
Bug-37972-QA-follow-up-add-missing-filter.patch (text/plain), 985 bytes, created by
Lucas Gass (lukeg)
on 2024-09-23 22:11:55 UTC
(
hide
)
Description:
Bug 37972: (QA follow-up) add missing filter
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-09-23 22:11:55 UTC
Size:
985 bytes
patch
obsolete
>From 980c4f25ebc04b2419589432e2edaaa571432ec5 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 23 Sep 2024 22:11:06 +0000 >Subject: [PATCH] Bug 37972: (QA follow-up) add missing filter > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index ab72442ba22..b6780c18f56 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -1389,7 +1389,7 @@ > }); > > [% IF ( tab ) %] >- $("#opac-user-views #[% tab %]-tab").tab("show"); >+ $("#opac-user-views #[% tab | html %]-tab").tab("show"); > [% END %] > > if( $("#opac-user-views .tab-pane.active").length < 1 ){ >-- >2.39.2
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 37972
:
171831
|
171874
|
171885
|
171886
|
171900
|
171901
| 171902