Bugzilla – Attachment 63249 Details for
Bug 18553
Incorrect "Loading..." tag on moremember.tt when no clubs defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18553 - Incorrect "Loading..." tag on moremember.tt when no clubs defined
Bug-18553---Incorrect-Loading-tag-on-moremembertt-.patch (text/plain), 1.27 KB, created by
Jonathan Druart
on 2017-05-08 15:55:43 UTC
(
hide
)
Description:
Bug 18553 - Incorrect "Loading..." tag on moremember.tt when no clubs defined
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-05-08 15:55:43 UTC
Size:
1.27 KB
patch
obsolete
>From 32e4c0d0020a902fb6af002122a64a72ddd4093f Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 5 May 2017 17:20:09 -0400 >Subject: [PATCH] Bug 18553 - Incorrect "Loading..." tag on moremember.tt when > no clubs defined > >To test: >1 - Have no clubs >2 - View Details tab for a patron >3 - Note the 'Loading' tag near the tabs >4 - Apply patch >5 - Load patron details and notice 'Loading' is gone >6 - Add a club and verify tab shows as expected > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 bba77f0097..dc4ff75125 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -568,7 +568,7 @@ function validate1(date) { > [% END %] > </div> > >-[% IF CAN_user_clubs && ( enrollments || enrollable ) %] >+[% IF CAN_user_clubs && ( enrollments.count || enrollable.count ) %] > <div id="clubs-tab"> > Loading... > </div> >-- >2.11.0
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 18553
:
63215
|
63216
| 63249 |
63250