Bugzilla – Attachment 168454 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: Manual Schema Changes (define as boolean)
Bug-33462-Manual-Schema-Changes-define-as-boolean.patch (text/plain), 1.26 KB, created by
Laura Escamilla
on 2024-07-03 13:28:52 UTC
(
hide
)
Description:
Bug 33462: Manual Schema Changes (define as boolean)
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-07-03 13:28:52 UTC
Size:
1.26 KB
patch
obsolete
>From 3ef66b33196708fce50872ba46d01986d301ce2c Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >Date: Fri, 21 Jun 2024 17:51:56 +0000 >Subject: [PATCH] Bug 33462: Manual Schema Changes (define as boolean) > >Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >--- > Koha/Schema/Result/Category.pm | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 7701674f24..28e6b1072c 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -408,10 +408,11 @@ sub koha_objects_class { > } > > __PACKAGE__->add_columns( >- '+can_be_guarantee' => { is_boolean => 1 }, >- '+can_place_ill_in_opac' => { is_boolean => 1 }, >- '+exclude_from_local_holds_priority' => { is_boolean => 1 }, >- '+require_strong_password' => { is_boolean => 1 }, >+ '+can_be_guarantee' => { is_boolean => 1 }, >+ '+can_place_ill_in_opac' => { is_boolean => 1 }, >+ '+exclude_from_local_holds_priority' => { is_boolean => 1 }, >+ '+require_strong_password' => { is_boolean => 1 }, >+ '+force_password_reset_when_set_by_staff' => { is_boolean => 1 }, > ); > > 1; >-- >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