Bugzilla – Attachment 157719 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), 928 bytes, created by
Aleisha Amohia
on 2023-10-24 02:44:01 UTC
(
hide
)
Description:
Bug 23111: Making is_default a boolean flag
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2023-10-24 02:44:01 UTC
Size:
928 bytes
patch
obsolete
>From 822c01b94be655d3e1963845274d28e3c9475b00 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> > >Signed-off-by: David Nind <david@davidnind.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 cbcad2c211e..17458dc2107 100644 >--- a/Koha/Schema/Result/BiblioFramework.pm >+++ b/Koha/Schema/Result/BiblioFramework.pm >@@ -86,5 +86,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.30.2
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