Bugzilla – Attachment 154390 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: DO NOT PUSH - Schema Updates
Bug-34517-DO-NOT-PUSH---Schema-Updates.patch (text/plain), 1.86 KB, created by
Nick Clemens (kidclamp)
on 2023-08-11 19:37:26 UTC
(
hide
)
Description:
Bug 34517: DO NOT PUSH - Schema Updates
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-08-11 19:37:26 UTC
Size:
1.86 KB
patch
obsolete
>From fde4543755cb6106acdba7a92e8b54e1c2b89530 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 11 Aug 2023 13:10:18 +0000 >Subject: [PATCH] Bug 34517: DO NOT PUSH - Schema Updates > >--- > Koha/Schema/Result/BorrowerAttributeType.pm | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/BorrowerAttributeType.pm b/Koha/Schema/Result/BorrowerAttributeType.pm >index 9a4b7125ce..63b54e29d2 100644 >--- a/Koha/Schema/Result/BorrowerAttributeType.pm >+++ b/Koha/Schema/Result/BorrowerAttributeType.pm >@@ -79,6 +79,14 @@ defines if this field is editable by patrons on their account in the OPAC (1 for > > defines if this field is searchable via the patron search in the staff interface (1 for yes, 0 for no) > >+=head2 searched_by_default >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 0 >+ >+defines if this field is included in "Standard" patron searches in the staff interface (1 for yes, 0 for no) >+ > =head2 authorised_value_category > > data_type: 'varchar' >@@ -146,6 +154,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "staff_searchable", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "searched_by_default", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "authorised_value_category", > { data_type => "varchar", is_nullable => 1, size => 32 }, > "display_checkout", >@@ -240,8 +250,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-25 12:50:55 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VgJP4Ugfz0sN3YoJk/tshA >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-08-11 13:08:43 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tygbX1pq/Mwh7T7b5sUfJQ > > __PACKAGE__->add_columns( > '+keep_for_pseudonymization' => { is_boolean => 1 }, >-- >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