Bugzilla – Attachment 68666 Details for
Bug 19216
Patron clubs table has an empty column in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19216: Fix broken table in OPAC for when club doesn't allow public enrolment
Bug-19216-Fix-broken-table-in-OPAC-for-when-club-d.patch (text/plain), 1.83 KB, created by
Nick Clemens (kidclamp)
on 2017-10-27 09:37:21 UTC
(
hide
)
Description:
Bug 19216: Fix broken table in OPAC for when club doesn't allow public enrolment
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-10-27 09:37:21 UTC
Size:
1.83 KB
patch
obsolete
>From 80f92f503888420fbbaa9421cd188e0e359f86cb Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 31 Aug 2017 00:16:17 +0000 >Subject: [PATCH] Bug 19216: Fix broken table in OPAC for when club doesn't > allow public enrolment > >To test: >1) Apply bug 19214 and bug 19215 to fix other issues with patron clubs >2) Create a club template that DOES NOT allow public enrollment >3) Create a club, enrol a user >4) Log in as that user to the OPAC >5) Go to 'your summary' and click the Clubs tab >6) Notice the broken table with empty column >7) Edit the club template to allow public enrollment >8) Notice the table is fixed - so this bug is just when the club does >not allow public enrollment >9) Apply the patch >10) Edit the club template to NOT ALLOW public enrollment >11) Confirm the table in the OPAC is now fixed and does not leave an >empty column > >Sponsored-by: Catalyst IT >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt >index fbdf4cd..0b8fcaa 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt >@@ -25,6 +25,8 @@ > <button class="btn btn-xs btn-default" onclick="cancelEnrollment( [% e.id %] )"> > <i class="icon-remove"></i> Cancel enrollment > </button> >+ [% ELSE %] >+ Contact your library to be disenrolled from this club. > [% END %] > </td> > </tr> >-- >2.1.4
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 19216
:
66663
|
67077
| 68666