Bugzilla – Attachment 49530 Details for
Bug 14614
Multiple URLs (856) in cart email are broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 14614: Multiple URLs (856) in cart/list email are broken
SIGNED-OFF-Bug-14614-Multiple-URLs-856-in-cartlist.patch (text/plain), 2.31 KB, created by
Owen Leonard
on 2016-03-24 14:03:56 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 14614: Multiple URLs (856) in cart/list email are broken
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-03-24 14:03:56 UTC
Size:
2.31 KB
patch
obsolete
>From 5047c19d5b0601e9709dea9841cb61d0682d0780 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Thu, 24 Mar 2016 11:59:27 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 14614: Multiple URLs (856) in cart/list > email are broken >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset="utf-8" > >To reproduce: >- Add multiple subfields 856 u to a bilbio >- Add this biblio to a cart and send it as mail > (from Staff client and from OPAC) >Result: Links in mail body are broken > >To test >- Apply patch >- Send carts again (from Staff client and from OPAC) >- Result: In mail body, links display separated with blank-pipe-blank > like http://bla.com | http://blabla.com | http://blablabla.com >- Change one of the 856 u to not to be a link, e.g. äöü >- Send carts again >- Verify that in mail body äöü correctly display as text. > >(Amended to make it work for OPAC as well, MV) > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt >index c99b54e..adb47cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt >@@ -125,7 +125,7 @@ Your cart > [% END %] > [% IF ( BIBLIO_RESULT.url ) %] > <span> >- URL: [% BIBLIO_RESULT.url |url %] >+ URL: [% BIBLIO_RESULT.url %] > </span> > [% END %] > </p> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt >index e3c88ab..7c7978f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt >@@ -125,7 +125,7 @@ Your cart > [% END %] > [% IF ( BIBLIO_RESULT.url ) %] > <span> >- URL: [% BIBLIO_RESULT.url |url %] >+ URL: [% BIBLIO_RESULT.url %] > </span> > [% END %] > </p> >-- >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 14614
:
49527
|
49529
|
49530
|
49532