Bugzilla – Attachment 103136 Details for
Bug 23727
Editing course reserve items is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23727: (QA follow-up) Fix for boolean flags
Bug-23727-QA-follow-up-Fix-for-boolean-flags.patch (text/plain), 1.12 KB, created by
Marcel de Rooy
on 2020-04-17 10:06:56 UTC
(
hide
)
Description:
Bug 23727: (QA follow-up) Fix for boolean flags
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-04-17 10:06:56 UTC
Size:
1.12 KB
patch
obsolete
>From 078ea0a9d00d554f01b536426a2780d0c3a097c9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 20 Feb 2020 17:15:57 +0000 >Subject: [PATCH] Bug 23727: (QA follow-up) Fix for boolean flags >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Schema/Result/CourseItem.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/Koha/Schema/Result/CourseItem.pm b/Koha/Schema/Result/CourseItem.pm >index aca0e8cebb..3b951fc3e1 100644 >--- a/Koha/Schema/Result/CourseItem.pm >+++ b/Koha/Schema/Result/CourseItem.pm >@@ -251,6 +251,12 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-19 16:07:13 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8tTH0fAzewvaXRYs8+VZcg > >+__PACKAGE__->add_columns( >+ '+itype_enabled' => { is_boolean => 1 }, >+ '+ccode_enabled' => { is_boolean => 1 }, >+ '+holdingbranch_enabled' => { is_boolean => 1 }, >+ '+location_enabled' => { is_boolean => 1 }, >+); > > # You can replace this text with custom content, and it will be preserved on regeneration > 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 23727
:
95104
|
98943
|
98944
|
98945
|
99269
|
99270
|
99271
|
99272
|
99273
|
99274
|
99275
|
99276
|
99277
|
99327
|
99328
|
99329
|
99330
|
99331
|
99332
|
99333
|
99334
|
99335
|
99336
|
103126
|
103127
|
103128
|
103131
|
103132
|
103133
|
103134
|
103135
| 103136 |
104782
|
104783
|
104784
|
104785
|
104786
|
104787