Bugzilla – Attachment 73604 Details for
Bug 18818
Manage categories displayed in Quick add patron list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18818: DBIC Schema changes
Bug-18818-DBIC-Schema-changes.patch (text/plain), 1.32 KB, created by
Fridolin Somers
on 2018-04-04 10:41:53 UTC
(
hide
)
Description:
Bug 18818: DBIC Schema changes
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2018-04-04 10:41:53 UTC
Size:
1.32 KB
patch
obsolete
>From ddf8bd673958071af4ac3f70a18620c0b104d329 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 4 Apr 2018 12:40:22 +0200 >Subject: [PATCH] Bug 18818: DBIC Schema changes > >--- > Koha/Schema/Result/Category.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 2f877bb..60e653f 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -123,6 +123,12 @@ __PACKAGE__->table("categories"); > is_nullable: 0 > size: 7 > >+=head2 quick_add_display >+ >+ data_type: 'tinyint' >+ default_value: 1 >+ is_nullable: 0 >+ > =cut > > __PACKAGE__->add_columns( >@@ -175,6 +181,8 @@ __PACKAGE__->add_columns( > is_nullable => 0, > size => 7, > }, >+ "quick_add_display", >+ { data_type => "tinyint", default_value => 1, is_nullable => 0 }, > ); > > =head1 PRIMARY KEY >@@ -267,8 +275,8 @@ __PACKAGE__->might_have( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TGAiiFICSjlKNvnfa87kFQ >+# Created by DBIx::Class::Schema::Loader v0.07045 @ 2018-04-04 12:38:48 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:04yaP2Mr29CsaK7XCbgG+g > > __PACKAGE__->add_columns( > '+quick_add_display' => { is_boolean => 1 }, >-- >2.7.4
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 18818
:
64422
|
70801
|
70802
|
70955
|
70956
|
70959
|
70960
|
70962
|
70963
|
70964
|
71227
|
71228
|
71229
|
72867
|
72868
|
72869
|
73604
|
74831
|
74832
|
74833
|
74834