Bugzilla – Attachment 104062 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), 877 bytes, created by
Bernardo Gonzalez Kriegel
on 2020-04-30 22:17:29 UTC
(
hide
)
Description:
Bug 23111: Making is_default a boolean flag
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2020-04-30 22:17:29 UTC
Size:
877 bytes
patch
obsolete
>From 019b777fff1fbf0b7ec6bded191f71964e2696ba 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 7e2ed796c1..08cb2b37a0 100644 >--- a/Koha/Schema/Result/BiblioFramework.pm >+++ b/Koha/Schema/Result/BiblioFramework.pm >@@ -80,5 +80,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.17.1
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