Bugzilla – Attachment 148401 Details for
Bug 32610
Add ability to specify patron attribute as a date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32610: [DO NOT PUSH] DBIC Update
Bug-32610-DO-NOT-PUSH-DBIC-Update.patch (text/plain), 1.70 KB, created by
Katrin Fischer
on 2023-03-18 11:00:21 UTC
(
hide
)
Description:
Bug 32610: [DO NOT PUSH] DBIC Update
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-03-18 11:00:21 UTC
Size:
1.70 KB
patch
obsolete
>From 796c12ea57a0d954626df60aba0403871e31ba03 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 18 Mar 2023 10:27:32 +0000 >Subject: [PATCH] Bug 32610: [DO NOT PUSH] DBIC Update > >--- > 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 bd1bbba124..3cf858bc97 100644 >--- a/Koha/Schema/Result/BorrowerAttributeType.pm >+++ b/Koha/Schema/Result/BorrowerAttributeType.pm >@@ -55,6 +55,14 @@ defines whether one patron/borrower can have multiple values for this custom fie > > defines if this value needs to be unique (1 for yes, 0 for no) > >+=head2 is_date >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 0 >+ >+defines if this field is displayed as a date >+ > =head2 opac_display > > data_type: 'tinyint' >@@ -140,6 +148,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "unique_id", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "is_date", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "opac_display", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "opac_editable", >@@ -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-03-17 23:12:24 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BMvvDUsTQAwRrddZL3gvTg > > __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 32610
:
148400
|
148401
|
148402
|
148403
|
148404
|
148405
|
148825
|
148826
|
148827
|
148828
|
148829
|
148830
|
157862
|
157863
|
157864
|
157865
|
157866
|
157867
|
157868
|
158994
|
158995
|
158996
|
158997
|
158998
|
158999
|
159000
|
165747
|
165750
|
165854
|
165855
|
165856
|
165857
|
165858
|
165859
|
165860
|
165861
|
165862
|
165863
|
165864
|
165865
|
165925
|
165926