Bugzilla – Attachment 66881 Details for
Bug 19215
Typo in URL when editing a patron club template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19215: Fixing typo in URL for patron clubs
Bug-19215-Fixing-typo-in-URL-for-patron-clubs.patch (text/plain), 1.93 KB, created by
Marcel de Rooy
on 2017-09-06 14:27:40 UTC
(
hide
)
Description:
Bug 19215: Fixing typo in URL for patron clubs
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-09-06 14:27:40 UTC
Size:
1.93 KB
patch
obsolete
>From 0ddbd46f6894b545d46ba5e8f462a331ee71816b Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 31 Aug 2017 00:01:59 +0000 >Subject: [PATCH] Bug 19215: Fixing typo in URL for patron clubs >Content-Type: text/plain; charset=utf-8 > >To test: >1) Go to Tools -> Clubs >2) Create a new club template if you do not already have one >3) Edit the template >4) Notice the URL is incorrect and the page is not found >5) Apply patch and go back to Clubs >6) Click edit button >7) Link should work as expected > >Sponsored-by: Catalyst IT >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt >index f52f0555..0c96f79 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt >@@ -141,7 +141,7 @@ > <td>[% Branches.GetName( t.branchcode ) %]</td> > <td class="actions"> > [% IF CAN_user_clubs_edit_templates %] >- <a class="btn btn-xs btn-default" style="white-space:nowrap" href="/cgi-bin/koha/clubbs/templates-add-modify.pl?id=[% t.id %]"> >+ <a class="btn btn-xs btn-default" style="white-space:nowrap" href="/cgi-bin/koha/clubs/templates-add-modify.pl?id=[% t.id %]"> > <i class="fa fa-pencil"></i> Edit > </a> > <a class="btn btn-xs btn-default" href="#" onclick='ConfirmDeleteTemplate([% t.id %], "[% t.name | html %]", $(this) ); return false;'> >-- >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 19215
:
66662
|
66879
| 66881