Bugzilla – Attachment 65594 Details for
Bug 18624
Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18624: (followup) opac-authorities-home.tt uses 'any'
Bug-18624-followup-opac-authorities-homett-uses-an.patch (text/plain), 1.40 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-08-07 19:25:16 UTC
(
hide
)
Description:
Bug 18624: (followup) opac-authorities-home.tt uses 'any'
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-08-07 19:25:16 UTC
Size:
1.40 KB
patch
obsolete
>From 1a7c88ff847b85ba2f75fa48c839b6084c6ee70f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 7 Aug 2017 16:23:24 -0300 >Subject: [PATCH] Bug 18624: (followup) opac-authorities-home.tt uses 'any' > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt >index d3dfcf8..25c38b9 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt >@@ -59,7 +59,7 @@ > <li> > <label for="marclist">Where:</label> > <select name="marclist" id="marclist"> >- <option value="any" selected="selected">in the complete record</option> >+ <option value="all" selected="selected">in the complete record</option> > <option value="match">in any heading</option> > <option value="mainentry">in main entry</option> > </select> >-- >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 18624
:
64385
|
65591
|
65592
|
65593
|
65594
|
65882
|
65883
|
65884
|
65885
|
66020