Bugzilla – Attachment 195114 Details for
Bug 40596
Migrate CAS configuration into Identity Providers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40596: Automated Schema Update
287a03d.patch (text/plain), 1.01 KB, created by
Martin Renvoize (ashimema)
on 2026-03-11 10:07:57 UTC
(
hide
)
Description:
Bug 40596: Automated Schema Update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-03-11 10:07:57 UTC
Size:
1.01 KB
patch
obsolete
>From 287a03d914c4afab34de5f7e8106b09937ae389a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Wed, 11 Mar 2026 10:05:22 +0000 >Subject: [PATCH] Bug 40596: Automated Schema Update > >--- > Koha/Schema/Result/IdentityProvider.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/IdentityProvider.pm b/Koha/Schema/Result/IdentityProvider.pm >index 82e0841e7d5..3a4a82da749 100644 >--- a/Koha/Schema/Result/IdentityProvider.pm >+++ b/Koha/Schema/Result/IdentityProvider.pm >@@ -50,7 +50,7 @@ Description for the provider > =head2 protocol > > data_type: 'enum' >- extra: {list => ["OAuth","OIDC","SAML2"]} >+ extra: {list => ["CAS","OAuth","OIDC","SAML2"]} > is_nullable: 0 > > Protocol provider speaks >@@ -90,7 +90,7 @@ __PACKAGE__->add_columns( > "protocol", > { > data_type => "enum", >- extra => { list => ["OAuth", "OIDC", "SAML2"] }, >+ extra => { list => ["CAS", "OAuth", "OIDC", "SAML2"] }, > is_nullable => 0, > }, > "config", >-- >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 40596
:
185168
|
185169
|
185170
|
185171
|
185172
|
185173
|
185174
|
185175
|
185176
|
185177
|
195113
| 195114 |
195115
|
195116
|
195117
|
195118
|
195119