Bugzilla – Attachment 170330 Details for
Bug 35145
Add ability to order patron attributes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35145: Schema file
Bug-35145-Schema-file.patch (text/plain), 1.15 KB, created by
Hammat wele
on 2024-08-14 20:12:09 UTC
(
hide
)
Description:
Bug 35145: Schema file
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2024-08-14 20:12:09 UTC
Size:
1.15 KB
patch
obsolete
>From fd4627c5ab8474adc4ba8d738860557732657422 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Wed, 14 Aug 2024 19:58:04 +0000 >Subject: [PATCH] Bug 35145: Schema file > >--- > Koha/Schema/Result/BorrowerAttributeType.pm | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/Koha/Schema/Result/BorrowerAttributeType.pm b/Koha/Schema/Result/BorrowerAttributeType.pm >index d5d4b9e31d..5e572a4e67 100644 >--- a/Koha/Schema/Result/BorrowerAttributeType.pm >+++ b/Koha/Schema/Result/BorrowerAttributeType.pm >@@ -145,6 +145,14 @@ defines if this field is copied to anonymized_borrower_attributes (1 for yes, 0 > > defines if the attribute is mandatory or not > >+=head2 display_order >+ >+ data_type: 'integer' >+ default_value: NULL >+ is_nullable: 1 >+ >+ the order in which this attribute type appears in patron form >+ > =cut > > __PACKAGE__->add_columns( >@@ -178,6 +186,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "mandatory", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "display_order", >+ { data_type => "integer", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >-- >2.34.1
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 35145
:
159182
|
159193
|
159344
|
159345
|
162347
|
162348
|
162619
|
162620
|
162621
|
162622
|
162676
|
166473
|
166519
|
166520
|
166521
|
169256
|
169257
|
169258
|
170330
|
170331
|
170332
|
170627
|
170628
|
170629
|
176756
|
176757
|
176758
|
176760
|
176761
|
176762
|
176763
|
176764
|
176765
|
177119