Bugzilla – Attachment 173578 Details for
Bug 35625
Add support for system flag to additional fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35625: Add boolean flag to schema
Bug-35625-Add-boolean-flag-to-schema.patch (text/plain), 698 bytes, created by
Martin Renvoize (ashimema)
on 2024-10-28 17:14:38 UTC
(
hide
)
Description:
Bug 35625: Add boolean flag to schema
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-28 17:14:38 UTC
Size:
698 bytes
patch
obsolete
>From 1bb981d5779ed1eb774ddad48fafc326035fea19 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 21 Dec 2023 09:48:17 +0000 >Subject: [PATCH] Bug 35625: Add boolean flag to schema > >--- > Koha/Schema/Result/AdditionalField.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Schema/Result/AdditionalField.pm b/Koha/Schema/Result/AdditionalField.pm >index 30a7e1674e2..172b45531ae 100644 >--- a/Koha/Schema/Result/AdditionalField.pm >+++ b/Koha/Schema/Result/AdditionalField.pm >@@ -178,6 +178,7 @@ __PACKAGE__->has_many( > > __PACKAGE__->add_columns( > '+repeatable' => { is_boolean => 1 }, >+ '+is_system' => { is_boolean => 1 }, > ); > > 1; >-- >2.47.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 35625
:
160171
|
160172
|
160173
|
160174
|
160175
|
160176
|
173567
|
173568
|
173569
|
173570
|
173571
|
173573
|
173574
|
173575
|
173576
|
173577
| 173578