Bugzilla – Attachment 193702 Details for
Bug 33538
Allow for independent shibboleth autocreate and sync mapping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33538: DBIC Schema customisations
4de79ac.patch (text/plain), 1.01 KB, created by
Martin Renvoize (ashimema)
on 2026-02-24 10:34:43 UTC
(
hide
)
Description:
Bug 33538: DBIC Schema customisations
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-02-24 10:34:43 UTC
Size:
1.01 KB
patch
obsolete
>From 4de79ac454830668e345da66ff1553e2c726b78c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Tue, 24 Feb 2026 10:25:13 +0000 >Subject: [PATCH] Bug 33538: DBIC Schema customisations > >Add boolean flags to the new fields added > >Sponsored-by: ByWater Solutions >--- > Koha/Schema/Result/IdentityProviderMapping.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/Koha/Schema/Result/IdentityProviderMapping.pm b/Koha/Schema/Result/IdentityProviderMapping.pm >index 59c6a66799e..82ec5ef805c 100644 >--- a/Koha/Schema/Result/IdentityProviderMapping.pm >+++ b/Koha/Schema/Result/IdentityProviderMapping.pm >@@ -147,6 +147,11 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-24 10:21:34 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gXvQgh6gfmIpIz6omXkAsg > >+__PACKAGE__->add_columns( >+ '+sync_on_creation' => { is_boolean => 1 }, >+ '+sync_on_update' => { is_boolean => 1 }, >+); >+ > =head2 koha_object_class > > Missing POD for koha_object_class. >-- >2.53.0 >
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 33538
:
193700
|
193701
| 193702 |
193703
|
193704