Bugzilla – Attachment 138768 Details for
Bug 23111
Setting a custom framework as the default for cataloguing is not possible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23111: Making is_default a boolean flag
Bug-23111-Making-isdefault-a-boolean-flag.patch (text/plain), 879 bytes, created by
Aleisha Amohia
on 2022-08-08 03:55:04 UTC
(
hide
)
Description:
Bug 23111: Making is_default a boolean flag
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2022-08-08 03:55:04 UTC
Size:
879 bytes
patch
obsolete
>From 0e4d6116ef4840cc68408faec1f2e0377ec584cb Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 22 Apr 2020 21:04:32 +0000 >Subject: [PATCH] Bug 23111: Making is_default a boolean flag > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > Koha/Schema/Result/BiblioFramework.pm | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/BiblioFramework.pm b/Koha/Schema/Result/BiblioFramework.pm >index 9a2084da3ae..f56a3da96b9 100644 >--- a/Koha/Schema/Result/BiblioFramework.pm >+++ b/Koha/Schema/Result/BiblioFramework.pm >@@ -84,5 +84,8 @@ __PACKAGE__->has_many( > { cascade_copy => 0, cascade_delete => 0 }, > ); > >-# You can replace this text with custom content, and it will be preserved on regeneration >+__PACKAGE__->add_columns( >+ '+is_default' => { is_boolean => 1 }, >+); >+ > 1; >-- >2.11.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 23111
:
90550
|
90587
|
90588
|
91039
|
91040
|
91791
|
92184
|
102602
|
102603
|
104058
|
104059
|
104060
|
104061
|
104062
|
106560
|
112354
|
112468
|
138766
|
138767
|
138768
|
138769
|
138770
|
141565
|
141566
|
141567
|
141568
|
141569
|
157717
|
157718
|
157719
|
157720
|
157721
|
157722
|
157723