Bugzilla – Attachment 55644 Details for
Bug 17300
Serials search does not return any results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 17300: Fix serials search
PASSED-QA-Bug-17300-Fix-serials-search.patch (text/plain), 1.52 KB, created by
Katrin Fischer
on 2016-09-18 10:09:33 UTC
(
hide
)
Description:
[PASSED QA] Bug 17300: Fix serials search
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-09-18 10:09:33 UTC
Size:
1.52 KB
patch
obsolete
>From ba604d6e5be3f3e0ca2f8358ae7e15e5bcf848d7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 14 Sep 2016 14:41:20 +0100 >Subject: [PATCH] [PASSED QA] Bug 17300: Fix serials search > >Since bug 16157, the location value is always "All" and the serial >search won't return anything. > >Test plan: >Search for some serials. >Without this patch, it won't return any results >With this patch applied, the result search should be consistent > >Reproduced with serial's "Advanced search" and search filter in >left hand column. Fixed by this patch. >Signed-off-by: Marc <veron@veron.ch> > >Advanced search works fine again. >Signed-off-by: Andreas Roussos <arouss1980@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc >index b2d754e..adc9a17 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc >@@ -17,7 +17,7 @@ > > [% IF avs %] > <select id="[% name %]" name="[% name %]" class="[% class %]" > >- [% IF all %]<option value="All">All</option>[% END %] >+ [% IF all %]<option value="">All</option>[% END %] > [% FOR av IN avs %] > [% IF av.default %] > <option value="[% av.value %]" selected="selected">[% av.label | html_entity %]</option> >-- >2.7.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 17300
:
55562
|
55565
|
55566
| 55644