Bugzilla – Attachment 132381 Details for
Bug 30291
Rename recalls.* column names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30291: [DBIx] Updating boolean flags in Recall schema file
Bug-30291-DBIx-Updating-boolean-flags-in-Recall-sc.patch (text/plain), 872 bytes, created by
Aleisha Amohia
on 2022-03-29 03:47:22 UTC
(
hide
)
Description:
Bug 30291: [DBIx] Updating boolean flags in Recall schema file
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2022-03-29 03:47:22 UTC
Size:
872 bytes
patch
obsolete
>From e6a2ca81c44b3f74389e95adefc5cc78f194fbb4 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 28 Mar 2022 22:12:09 +1300 >Subject: [PATCH] Bug 30291: [DBIx] Updating boolean flags in Recall schema > file > >--- > Koha/Schema/Result/Recall.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Recall.pm b/Koha/Schema/Result/Recall.pm >index 345b391004e..0f5168722ff 100644 >--- a/Koha/Schema/Result/Recall.pm >+++ b/Koha/Schema/Result/Recall.pm >@@ -316,8 +316,8 @@ __PACKAGE__->belongs_to( > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SBbfNo3z9m7mEx0c5rJMJw > > __PACKAGE__->add_columns( >- '+old' => { is_boolean => 1 }, >- '+item_level_recall' => { is_boolean => 1 }, >+ '+completed' => { is_boolean => 1 }, >+ '+item_level' => { is_boolean => 1 }, > ); > > __PACKAGE__->belongs_to( >-- >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 30291
:
132379
|
132380
|
132381
|
132382
|
132383
|
132384
|
132385
|
132386
|
134359
|
134360
|
134361
|
134362
|
134363
|
134364
|
134365
|
134366
|
134367
|
134389
|
134390
|
134391
|
134392
|
134393
|
134394
|
134395
|
134396
|
134397
|
134629
|
134630