Bugzilla – Attachment 39287 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: Sort z39.50 servers in Acquisition
Bug-14047-Sort-z3950-servers-in-Acquisition.patch (text/plain), 990 bytes, created by
Marcel de Rooy
on 2015-05-18 17:15:39 UTC
(
hide
)
Description:
Bug 14047: Sort z39.50 servers in Acquisition
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-05-18 17:15:39 UTC
Size:
990 bytes
patch
obsolete
>From 0bee95572e9115d250bb8847b7052fd0951438ff Mon Sep 17 00:00:00 2001 >From: Zeno Tajoli <z.tajoli@cineca.it> >Date: Fri, 15 May 2015 16:51:53 +0200 >Subject: [PATCH] Bug 14047: Sort z39.50 servers in Acquisition >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > acqui/z3950_search.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/acqui/z3950_search.pl b/acqui/z3950_search.pl >index 9cfd6b3..f0cdb81 100755 >--- a/acqui/z3950_search.pl >+++ b/acqui/z3950_search.pl >@@ -98,8 +98,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