Bugzilla – Attachment 164763 Details for
Bug 36453
BlockExpiredPatronOpacActions should allow multiple actions options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36453: [DO NOT PUSH] DBIC schema files
Bug-36453-DO-NOT-PUSH-DBIC-schema-files.patch (text/plain), 2.02 KB, created by
Arthur Suzuki
on 2024-04-11 15:10:47 UTC
(
hide
)
Description:
Bug 36453: [DO NOT PUSH] DBIC schema files
Filename:
MIME Type:
Creator:
Arthur Suzuki
Created:
2024-04-11 15:10:47 UTC
Size:
2.02 KB
patch
obsolete
>From 73839da41b7eb6d540c6c1d0c94bb5a3c3dd10d8 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 26 Mar 2024 17:13:26 +0000 >Subject: [PATCH] Bug 36453: [DO NOT PUSH] DBIC schema files > >Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com> >--- > Koha/Schema/Result/Category.pm | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 927e7bd33d7..f9deb1a9e0a 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -138,11 +138,11 @@ type of Koha patron (Adult, Child, Professional, Organizational, Statistical, St > =head2 BlockExpiredPatronOpacActions > > accessor: 'block_expired_patron_opac_actions' >- data_type: 'tinyint' >- default_value: -1 >+ data_type: 'mediumtext' >+ default_value: ''follow_syspref_BlockExpiredPatronOpacActions'' > is_nullable: 0 > >-wheither or not a patron of this category can renew books or place holds once their card has expired. 0 means they can, 1 means they cannot, -1 means use syspref BlockExpiredPatronOpacActions >+specific actions expired patrons of this category are blocked from performing or if the BlockExpiredPatronOpacActions system preference is to be followed > > =head2 default_privacy > >@@ -249,8 +249,8 @@ __PACKAGE__->add_columns( > "BlockExpiredPatronOpacActions", > { > accessor => "block_expired_patron_opac_actions", >- data_type => "tinyint", >- default_value => -1, >+ data_type => "mediumtext", >+ default_value => "'follow_syspref_BlockExpiredPatronOpacActions'", > is_nullable => 0, > }, > "default_privacy", >@@ -388,8 +388,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-01 20:49:52 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:r0Mftlw4TU7x+Ze2pAlwYQ >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-03-26 17:00:07 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6I6SD78A/PJ0AhUc1IEOPg > > sub koha_object_class { > 'Koha::Patron::Category'; >-- >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 36453
:
164042
|
164043
|
164044
|
164045
|
164046
|
164047
|
164048
|
164762
|
164763
|
164764
|
164765
|
164766
|
164767
|
164768
|
165413
|
165414
|
165454
|
167461
|
167462
|
167463
|
167464
|
167465
|
167466
|
167467
|
167468
|
167469
|
167470
|
167471
|
167472
|
167473
|
167474
|
167475
|
167476
|
167477
|
167478
|
167479
|
167480
|
168435
|
168436