Bugzilla – Attachment 167982 Details for
Bug 33462
Force password change for new patrons entered by staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33462: Update Schema Files (Don't push)
Bug-33462-Update-Schema-Files-Dont-push.patch (text/plain), 1.54 KB, created by
Sam Lau
on 2024-06-21 18:29:26 UTC
(
hide
)
Description:
Bug 33462: Update Schema Files (Don't push)
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-06-21 18:29:26 UTC
Size:
1.54 KB
patch
obsolete
>From 198beead51b004f22958f3fc8a9abef65df2851a Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >Date: Fri, 21 Jun 2024 17:40:24 +0000 >Subject: [PATCH] Bug 33462: Update Schema Files (Don't push) > >--- > Koha/Schema/Result/Category.pm | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index f9deb1a9e0..7701674f24 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -213,6 +213,13 @@ set required password strength for patrons in this category > > Exclude patrons of this category from local holds priority > >+=head2 force_password_reset_when_set_by_staff >+ >+ data_type: 'tinyint' >+ is_nullable: 1 >+ >+if patrons of this category are required to reset password after being created by a staff member >+ > =cut > > __PACKAGE__->add_columns( >@@ -281,6 +288,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", is_nullable => 1 }, > "exclude_from_local_holds_priority", > { data_type => "tinyint", is_nullable => 1 }, >+ "force_password_reset_when_set_by_staff", >+ { data_type => "tinyint", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -388,8 +397,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-03-26 17:00:07 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6I6SD78A/PJ0AhUc1IEOPg >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-06-21 17:38:40 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xLkcN9dGi5WoQ+u0gKnuPQ > > sub koha_object_class { > 'Koha::Patron::Category'; >-- >2.39.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 33462
:
153687
|
153688
|
153689
|
154395
|
154396
|
154397
|
167582
|
167583
|
167584
|
167585
|
167586
|
167587
|
167981
|
167982
|
167983
|
167984
|
167985
|
167986
|
168413
|
168414
|
168415
|
168416
|
168417
|
168418
|
168452
|
168453
|
168454
|
168455
|
168456
|
168457
|
171634
|
171635
|
171636
|
171637
|
171638
|
171639
|
171640
|
172030
|
172031
|
172032
|
172033
|
172034
|
172035
|
172036
|
172064
|
172065
|
172066
|
172067
|
172068
|
172069
|
172070
|
172071
|
173864
|
173865