Bugzilla – Attachment 57627 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]
[PASSED QA] Bug 17278: Fix "show all items" link
PASSED-QA-Bug-17278-Fix-show-all-items-link.patch (text/plain), 1.23 KB, created by
Martin Renvoize (ashimema)
on 2016-11-18 10:09:56 UTC
(
hide
)
Description:
[PASSED QA] Bug 17278: Fix "show all items" link
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2016-11-18 10:09:56 UTC
Size:
1.23 KB
patch
obsolete
>From 0766d307f8ea38c44b7f3ac31d2a1c58e6d1693c 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] [PASSED QA] Bug 17278: Fix "show all items" link > >Then we need to remove the "available" part from the query. >They are really awkward patches... > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/Search.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/C4/Search.pm b/C4/Search.pm >index fadac84..bc22868 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -1477,6 +1477,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.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 17278
:
55337
|
55968
|
55972
|
56566
|
56567
|
57626
|
57627
|
57689
|
57710
|
57711
|
57712