Bugzilla – Attachment 55972 Details for
Bug 17278
Limit to available items returns 0 results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17278: Fix "show all items" link
Bug-17278-Fix-show-all-items-link.patch (text/plain), 1.10 KB, created by
Jonathan Druart
on 2016-10-03 11:29:05 UTC
(
hide
)
Description:
Bug 17278: Fix "show all items" link
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-10-03 11:29:05 UTC
Size:
1.10 KB
patch
obsolete
>From 49c85bec7456d6b9d9b1660002ec0f50cda4c39e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 3 Oct 2016 12:27:21 +0100 >Subject: [PATCH] Bug 17278: Fix "show all items" link > >Then we need to remove the "available" part from the query. >They are really awkward patches... >--- > C4/Search.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/C4/Search.pm b/C4/Search.pm >index 348ffa8..2abf8b8 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -1475,6 +1475,10 @@ sub buildQuery { > # this happens when selecting a subject on the opac-detail page > @limits = grep {!/^$/} @limits; > my $original_q = $q; # without available part >+ unless ( grep { /^available$/ } @limits ) { >+ $q =~ s| and \( \( allrecords,AlwaysMatches:'' not onloan,AlwaysMatches:''\) and \(lost,st-numeric=0\) \)||; >+ $original_q = $q; >+ } > if ( @limits ) { > if ( grep { /^available$/ } @limits ) { > $q .= q| and ( ( allrecords,AlwaysMatches:'' not onloan,AlwaysMatches:'') and (lost,st-numeric=0) )|; >-- >2.8.1
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 17278
:
55337
|
55968
|
55972
|
56566
|
56567
|
57626
|
57627
|
57689
|
57710
|
57711
|
57712