Bugzilla – Attachment 151470 Details for
Bug 33774
Loading club table in every tab in patron details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33774: Loading club table in every tab in patron details
Bug-33774-Loading-club-table-in-every-tab-in-patro.patch (text/plain), 1.37 KB, created by
Owen Leonard
on 2023-05-19 11:42:46 UTC
(
hide
)
Description:
Bug 33774: Loading club table in every tab in patron details
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-05-19 11:42:46 UTC
Size:
1.37 KB
patch
obsolete
>From 6807cf1b84a5c1e3d047e17e726ba79fbddca5c2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 19 May 2023 11:30:28 +0000 >Subject: [PATCH] Bug 33774: Loading club table in every tab in patron details > >This patch corrects a minor regression in template markup caused by Bug >33774. The Bootstrap tab attributes were lost (presumably in a merge) >causing the whole tab structure to break. > >To test, you should have at least one club defined. > >Apply the patch and view the patron details page. Each tab should load >its contents correctly. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index e43206e987..6baa7e2ace 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -774,7 +774,7 @@ > [% END %] > > [% IF CAN_user_clubs && ( enrollments.count || enrollable.count ) %] >- <div id="clubs-tab"> >+ <div id="clubs-tab" role="tabpanel" class="tab-pane"> > Loading... > </div> > [% END %] >-- >2.30.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 33774
:
151470
|
151472
|
151500
|
151501