Bugzilla – Attachment 56405 Details for
Bug 17253
Koha::AuthorisedValues - Remove GetKohaAuthorisedValues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 17253: Fetch all the columns instead of only authorised_value
PASSED-QA-Bug-17253-Fetch-all-the-columns-instead-.patch (text/plain), 934 bytes, created by
Martin Renvoize (ashimema)
on 2016-10-13 13:51:34 UTC
(
hide
)
Description:
[PASSED QA] Bug 17253: Fetch all the columns instead of only authorised_value
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2016-10-13 13:51:34 UTC
Size:
934 bytes
patch
obsolete
>From 7f9e8cc878941cf03fc7a5dedab85eaa26046705 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] [PASSED QA] Bug 17253: Fetch all the columns instead of only > authorised_value > >Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.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