Bugzilla – Attachment 51375 Details for
Bug 16484
Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet (titles not showing in lists)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16484 - Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet
Bug-16484---Virtualshelves-Using-no-XSLTResultsDis.patch (text/plain), 1.41 KB, created by
Marc Véron
on 2016-05-10 08:40:17 UTC
(
hide
)
Description:
Bug 16484 - Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-05-10 08:40:17 UTC
Size:
1.41 KB
patch
obsolete
>From a69e4e6126fc903a62c92ce96d3e99d1396db3eb Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 9 May 2016 20:33:15 -0400 >Subject: [PATCH] Bug 16484 - Virtualshelves: Using no XSLTResultsDisplay > breaks content display in intranet >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1 - Create a list in staff client >2 - Set XSLTResultsDisplay to blank >3 - View list, titles don't display >4 - Apply patch >5 - View list, titles display >6 - Set XSLTResultsDisplay to default >7 - View list, titles display as before patch > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > virtualshelves/shelves.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/virtualshelves/shelves.pl b/virtualshelves/shelves.pl >index 8130c45..14bd34b 100755 >--- a/virtualshelves/shelves.pl >+++ b/virtualshelves/shelves.pl >@@ -232,6 +232,7 @@ if ( $op eq 'view' ) { > > my $marcflavour = C4::Context->preference("marcflavour"); > my $itemtypeinfo = getitemtypeinfo( $content->biblionumber->biblioitems->first->itemtype, 'intranet' ); >+ $this_item->{title} = $content->biblionumber->title; > $this_item->{author} = $content->biblionumber->author; > $this_item->{dateadded} = $content->dateadded; > $this_item->{imageurl} = $itemtypeinfo->{imageurl}; >-- >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 16484
:
51354
|
51375
|
51634