Bugzilla – Attachment 56371 Details for
Bug 17253
Koha::AuthorisedValues - Remove GetKohaAuthorisedValues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17253: Fetch all the columns instead of only authorised_value
Bug-17253-Fetch-all-the-columns-instead-of-only-au.patch (text/plain), 856 bytes, created by
Claire Gravely
on 2016-10-13 12:07:33 UTC
(
hide
)
Description:
Bug 17253: Fetch all the columns instead of only authorised_value
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2016-10-13 12:07:33 UTC
Size:
856 bytes
patch
obsolete
>From a5f99a533aeafa001ef1d1a43de3cf988bced034 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 13 Oct 2016 11:09:54 +0100 >Subject: [PATCH] Bug 17253: Fetch all the columns instead of only > authorised_value > >Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> >--- > Koha/AuthorisedValues.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/AuthorisedValues.pm b/Koha/AuthorisedValues.pm >index c4484cb..11a4404 100644 >--- a/Koha/AuthorisedValues.pm >+++ b/Koha/AuthorisedValues.pm >@@ -98,7 +98,6 @@ sub search_by_koha_field { > ( $authorised_value ? ( authorised_value => $authorised_value ) : () ), > }, > { join => { category => 'marc_subfield_structures' }, >- select => ['authorised_value'], > distinct => 1, > } > ); >-- >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 17253
:
55189
|
55520
|
55522
|
56306
|
56336
|
56370
|
56371
|
56404
|
56405