Bugzilla – Attachment 63340 Details for
Bug 18560
RSS Feed link from OPAC shelves is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18560: RSS link in opac shelves is broken
Bug-18560-RSS-link-in-opac-shelves-is-broken.patch (text/plain), 1.11 KB, created by
Mark Tompsett
on 2017-05-10 12:39:49 UTC
(
hide
)
Description:
Bug 18560: RSS link in opac shelves is broken
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-05-10 12:39:49 UTC
Size:
1.11 KB
patch
obsolete
>From be4b7245bea060a2d6c7ac72252ec6671e8410a9 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Tue, 9 May 2017 00:15:23 -0400 >Subject: [PATCH] Bug 18560: RSS link in opac shelves is broken > >TEST PLAN >--------- >1) have books entered >2) log in create a list >3) add books to list >4) display list >5) click the RSS link button. > -- bad HASH error. >6) apply patch >7) repeat steps 4&5 > -- readble junk without error messages. >8) run koha qa test tools >--- > opac/opac-shelves.pl | 5 ----- > 1 file changed, 5 deletions(-) > >diff --git a/opac/opac-shelves.pl b/opac/opac-shelves.pl >index 3240506..ecbbc6c 100755 >--- a/opac/opac-shelves.pl >+++ b/opac/opac-shelves.pl >@@ -315,11 +315,6 @@ if ( $op eq 'view' ) { > $this_item->{incart} = 1; > } > >- if ( $query->param('rss') ) { >- $this_item->{title} = $content->biblionumber->title; >- $this_item->{author} = $content->biblionumber->author; >- } >- > $this_item->{biblionumber} = $biblionumber; > push @items, $this_item; > } >-- >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 18560
:
63264
|
63266
|
63286
|
63340
|
63375
|
63381