Bugzilla – Attachment 154577 Details for
Bug 34517
Add option to search patron attribute in standard search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34517: Add boolean to search columns for schema
Bug-34517-Add-boolean-to-search-columns-for-schema.patch (text/plain), 901 bytes, created by
Nick Clemens (kidclamp)
on 2023-08-17 20:03:44 UTC
(
hide
)
Description:
Bug 34517: Add boolean to search columns for schema
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-08-17 20:03:44 UTC
Size:
901 bytes
patch
obsolete
>From 69e6cb51d053ecbb9c02528aa29b27eb3b4d9584 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 11 Aug 2023 13:11:20 +0000 >Subject: [PATCH] Bug 34517: Add boolean to search columns for schema > >--- > Koha/Schema/Result/BorrowerAttributeType.pm | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/Koha/Schema/Result/BorrowerAttributeType.pm b/Koha/Schema/Result/BorrowerAttributeType.pm >index 63b54e29d2b..a62b19fd042 100644 >--- a/Koha/Schema/Result/BorrowerAttributeType.pm >+++ b/Koha/Schema/Result/BorrowerAttributeType.pm >@@ -261,6 +261,14 @@ __PACKAGE__->add_columns( > '+mandatory' => { is_boolean => 1 }, > ); > >+__PACKAGE__->add_columns( >+ '+staff_searchable' => { is_boolean => 1 }, >+); >+ >+__PACKAGE__->add_columns( >+ '+searched_by_default' => { is_boolean => 1 }, >+); >+ > sub koha_object_class { > 'Koha::Patron::Attribute::Type'; > } >-- >2.30.2
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 34517
:
154389
|
154390
|
154391
|
154392
|
154575
|
154576
|
154577
|
154578
|
154608
|
154610
|
154611
|
154612
|
154613
|
154614
|
154615
|
154616
|
154617
|
154618
|
154619
|
154620
|
154622
|
154623
|
154624
|
154625
|
158429
|
158430
|
158431
|
158432
|
158433
|
158876
|
158878