Bugzilla – Attachment 68058 Details for
Bug 19275
clubs table broken at the opac if public enrollment is not allowed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19275 - clubs table broken at the opac if public enrollment is not allowed
Bug-19275---clubs-table-broken-at-the-opac-if-publ.patch (text/plain), 1.84 KB, created by
Marcel de Rooy
on 2017-10-13 09:36:45 UTC
(
hide
)
Description:
Bug 19275 - clubs table broken at the opac if public enrollment is not allowed
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-10-13 09:36:45 UTC
Size:
1.84 KB
patch
obsolete
>From 67e748fa4cf5a933037261eb4ff2079b575b0329 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 8 Sep 2017 11:52:02 -0400 >Subject: [PATCH] Bug 19275 - clubs table broken at the opac if public > enrollment is not allowed >Content-Type: text/plain; charset=utf-8 > >Test Plan: >1. Create a template club and disable public enrollment >2. Create a club and add it a patron >3. login at the opac with this patron >4. Note the borked clubs table >5. Apply this patch >6. Refresh the page >7. Table is fixed! > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >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 df0e297..fbdf4cd 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 >@@ -20,13 +20,13 @@ > <td>[% e.club.name %]</td> > <td>[% e.club.description %]</td> > <td>[% e.date_enrolled | $KohaDates %]</td> >- [% IF e.club.club_template.is_enrollable_from_opac %] >- <td> >+ <td> >+ [% IF e.club.club_template.is_enrollable_from_opac %] > <button class="btn btn-xs btn-default" onclick="cancelEnrollment( [% e.id %] )"> > <i class="icon-remove"></i> Cancel enrollment > </button> >- </td> >- [% END %] >+ [% END %] >+ </td> > </tr> > [% END %] > </tbody> >-- >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 19275
:
66998
|
67962
| 68058