Bugzilla – Attachment 71370 Details for
Bug 20133
"Hide patron information" feature should not affect all library groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20133: DBIC Schema changes
Bug-20133-DBIC-Schema-changes.patch (text/plain), 1.55 KB, created by
Kyle M Hall (khall)
on 2018-02-09 11:44:07 UTC
(
hide
)
Description:
Bug 20133: DBIC Schema changes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-02-09 11:44:07 UTC
Size:
1.55 KB
patch
obsolete
>From 83f0eab44d9a19bd190bf7165c4692da6404cd73 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 2 Feb 2018 14:21:26 -0300 >Subject: [PATCH] Bug 20133: DBIC Schema changes > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Schema/Result/LibraryGroup.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/LibraryGroup.pm b/Koha/Schema/Result/LibraryGroup.pm >index aa1b541..f294dd1 100644 >--- a/Koha/Schema/Result/LibraryGroup.pm >+++ b/Koha/Schema/Result/LibraryGroup.pm >@@ -53,6 +53,12 @@ __PACKAGE__->table("library_groups"); > data_type: 'text' > is_nullable: 1 > >+=head2 ft_hide_patron_info >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 0 >+ > =head2 created_on > > data_type: 'datetime' >@@ -78,6 +84,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 100 }, > "description", > { data_type => "text", is_nullable => 1 }, >+ "ft_hide_patron_info", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "created_on", > { > data_type => "datetime", >@@ -162,8 +170,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-12-05 14:04:50 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:p4hmm+ciFgPOGlAMvNB6Yw >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-02 13:55:34 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1I6F77/TUDVzxGh0IxPkyQ > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.10.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 20133
:
71156
|
71157
|
71158
|
71159
|
71296
|
71368
|
71369
| 71370 |
71371
|
71372
|
71373