Bugzilla – Attachment 66998 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.69 KB, created by
Kyle M Hall (khall)
on 2017-09-08 15:53:20 UTC
(
hide
)
Description:
Bug 19275 - clubs table broken at the opac if public enrollment is not allowed
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-09-08 15:53:20 UTC
Size:
1.69 KB
patch
obsolete
>From b03aea8f23cd2b6d2d63bd25d093c93ae53f2b95 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 > >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! >--- > 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.10.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 19275
:
66998
|
67962
|
68058