Bugzilla – Attachment 31328 Details for
Bug 12849
Sending a list has malformed links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 12849 - fix URLs in sent lists
SIGNED-OFF-Bug-12849---fix-URLs-in-sent-lists.patch (text/plain), 1.03 KB, created by
Nick Clemens (kidclamp)
on 2014-09-03 02:28:48 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 12849 - fix URLs in sent lists
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2014-09-03 02:28:48 UTC
Size:
1.03 KB
patch
obsolete
>From a3c935e2bb6a8f20da2e985e7c7d71a2731ca07d Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Fri, 29 Aug 2014 16:19:22 +1200 >Subject: [PATCH] [SIGNED OFF] Bug 12849 - fix URLs in sent lists > >This brings back the http(s) to the URLs in sent lists. > >Test plan: >* make a list >* send it to yourself >* see that the URLs aren't clickable >* apply the patch >* repeat, except now the URLs are better > >Signed-off-by: Nick Clemens <nick@quecheelibrary.org> >--- > opac/opac-sendshelf.pl | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/opac/opac-sendshelf.pl b/opac/opac-sendshelf.pl >index 38fb544..d2fdc82 100755 >--- a/opac/opac-sendshelf.pl >+++ b/opac/opac-sendshelf.pl >@@ -107,10 +107,6 @@ if ( $email ) { > > my $user = GetMember(borrowernumber => $borrowernumber); > >- if (C4::Context->preference('OPACBaseURL')){ >- $template2->param( OPACBaseURL => C4::Context->preference('OPACBaseURL') ); >- } >- > $template2->param( > BIBLIO_RESULTS => \@results, > email_sender => $email_from, >-- >1.7.10.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 12849
:
31272
|
31328
|
31473