Bugzilla – Attachment 177820 Details for
Bug 35635
Expand patron attribute type mandatory field to allow different settings for OPAC and staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35635: Flag opac_mandatory as boolean
Bug-35635-Flag-opacmandatory-as-boolean.patch (text/plain), 1009 bytes, created by
Lucas Gass (lukeg)
on 2025-02-11 23:28:10 UTC
(
hide
)
Description:
Bug 35635: Flag opac_mandatory as boolean
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-02-11 23:28:10 UTC
Size:
1009 bytes
patch
obsolete
>From 14c869516e8095a21179099eb1f74e101fe39679 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 16 Jan 2025 10:42:00 +0100 >Subject: [PATCH] Bug 35635: Flag opac_mandatory as boolean > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > Koha/Schema/Result/BorrowerAttributeType.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Schema/Result/BorrowerAttributeType.pm b/Koha/Schema/Result/BorrowerAttributeType.pm >index d5d4b9e31d5..2759dece042 100644 >--- a/Koha/Schema/Result/BorrowerAttributeType.pm >+++ b/Koha/Schema/Result/BorrowerAttributeType.pm >@@ -266,6 +266,7 @@ __PACKAGE__->has_many( > __PACKAGE__->add_columns( > '+keep_for_pseudonymization' => { is_boolean => 1 }, > '+mandatory' => { is_boolean => 1 }, >+ '+opac_mandatory' => { is_boolean => 1 }, > '+searched_by_default' => { is_boolean => 1 }, > '+staff_searchable' => { is_boolean => 1 }, > ); >-- >2.39.5
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 35635
:
167500
|
167501
|
167502
|
167546
|
167548
|
167643
|
167644
|
167645
|
167646
|
174962
|
175059
|
175635
|
175858
|
176595
|
176596
|
176597
|
176598
|
176599
|
176600
|
176601
|
176602
|
176603
|
176604
|
177803
|
177804
|
177805
|
177806
|
177807
|
177808
|
177809
|
177810
|
177811
|
177812
|
177814
|
177815
|
177816
|
177817
|
177818
|
177819
| 177820 |
177821
|
177822
|
177823
|
179165