Bugzilla – Attachment 151500 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.53 KB, created by
Victor Grousset/tuxayo
on 2023-05-20 02:00:06 UTC
(
hide
)
Description:
Bug 33774: Loading club table in every tab in patron details
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-05-20 02:00:06 UTC
Size:
1.53 KB
patch
obsolete
>From 4da69b5680ec52c7572c53e709e5787196ddde08 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. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> > >https://bugs.koha-community.org/show_bug.cgi?id=26598 >--- > 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.40.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 33774
:
151470
|
151472
|
151500
|
151501