Bugzilla – Attachment 147021 Details for
Bug 22428
MARC modification template cuts text to 100 characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22428: Attach DBIC file
Bug-22428-Attach-DBIC-file.patch (text/plain), 1.63 KB, created by
Matt Blenkinsop
on 2023-02-21 10:36:05 UTC
(
hide
)
Description:
Bug 22428: Attach DBIC file
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-02-21 10:36:05 UTC
Size:
1.63 KB
patch
obsolete
>From 5f67e38dd8b5104d6a0d95a6e0853162e9c71d21 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Tue, 21 Feb 2023 10:34:52 +0000 >Subject: [PATCH] Bug 22428: Attach DBIC file > >DBIC file for updated column > >Test plan as above >--- > Koha/Schema/Result/MarcModificationTemplateAction.pm | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > >diff --git a/Koha/Schema/Result/MarcModificationTemplateAction.pm b/Koha/Schema/Result/MarcModificationTemplateAction.pm >index 6523850ee52..52488efd95f 100644 >--- a/Koha/Schema/Result/MarcModificationTemplateAction.pm >+++ b/Koha/Schema/Result/MarcModificationTemplateAction.pm >@@ -66,9 +66,8 @@ __PACKAGE__->table("marc_modification_template_actions"); > > =head2 field_value > >- data_type: 'varchar' >+ data_type: 'text' > is_nullable: 1 >- size: 100 > > =head2 to_field > >@@ -170,7 +169,7 @@ __PACKAGE__->add_columns( > "from_subfield", > { data_type => "varchar", is_nullable => 1, size => 1 }, > "field_value", >- { data_type => "varchar", is_nullable => 1, size => 100 }, >+ { data_type => "text", is_nullable => 1 }, > "to_field", > { data_type => "varchar", is_nullable => 1, size => 3 }, > "to_subfield", >@@ -235,8 +234,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-07-19 17:32:57 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dAUr9aGlNZleldYbjJHdmw >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-21 10:26:49 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:usN1y4uL5XCNy97nf70FHQ > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.37.1 (Apple Git-137.1)
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 22428
:
147020
|
147021
|
147074
|
147075
|
147374
|
147375
|
147376