Bugzilla – Attachment 39286 Details for
Bug 14047
Sort z39.50 biblio servers by rank in derivate cataloguing doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14047: Order z39.50 biblioservers in cataloguing
Bug-14047-Order-z3950-biblioservers-in-cataloguing.patch (text/plain), 1.00 KB, created by
Marcel de Rooy
on 2015-05-18 17:15:35 UTC
(
hide
)
Description:
Bug 14047: Order z39.50 biblioservers in cataloguing
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-05-18 17:15:35 UTC
Size:
1.00 KB
patch
obsolete
>From 23f985ebf77543f3ad1025d00ed83f86ff70291c Mon Sep 17 00:00:00 2001 >From: Zeno Tajoli <z.tajoli@cineca.it> >Date: Wed, 22 Apr 2015 17:03:38 +0200 >Subject: [PATCH] Bug 14047: Order z39.50 biblioservers in cataloguing >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > cataloguing/z3950_search.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/cataloguing/z3950_search.pl b/cataloguing/z3950_search.pl >index 3ccb755..6a9b750 100755 >--- a/cataloguing/z3950_search.pl >+++ b/cataloguing/z3950_search.pl >@@ -78,8 +78,9 @@ if ( $op ne "do_search" ) { > recordtype => 'biblio', > servertype => ['zed', 'sru'], > }, >- { result_class => 'DBIx::Class::ResultClass::HashRefInflator' }, >+ { order_by => ['rank', 'servername'],}, > ); >+ $rs->result_class('DBIx::Class::ResultClass::HashRefInflator'); > $template->param( > serverloop => [ $rs->all ], > opsearch => "search", >-- >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 14047
:
38345
|
39214
|
39286
|
39287
|
39288
|
39412