Bugzilla – Attachment 181885 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.36 KB, created by
Hammat wele
on 2025-05-02 22:37:48 UTC
(
hide
)
Description:
Bug 35145: Schema file
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2025-05-02 22:37:48 UTC
Size:
1.36 KB
patch
obsolete
>From d58972c3fba1510c3ec2e44a53128db27265a353 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Anneli Ãsterman <anneli.osterman@koha-suomi.fi> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > 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 f67892c0b7..7e5160bc02 100644 >--- a/Koha/Schema/Result/BorrowerAttributeType.pm >+++ b/Koha/Schema/Result/BorrowerAttributeType.pm >@@ -153,6 +153,14 @@ defines if the attribute is mandatory or not in the staff interface > > defines if the attribute is mandatory or not in the OPAC > >+=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( >@@ -188,6 +196,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "opac_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
|
181885
|
181886
|
181887
|
181888
|
181889
|
181890
|
182241
|
182242
|
182243
|
182244
|
182245
|
182246