Bugzilla – Attachment 146392 Details for
Bug 32902
Add ability to choose if items overlay if any record matches or only if the item is on the matched record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32902: Update Schema File [DO NOT PUSH]
Bug-32902-Update-Schema-File-DO-NOT-PUSH.patch (text/plain), 1.43 KB, created by
Kyle M Hall (khall)
on 2023-02-08 14:37:16 UTC
(
hide
)
Description:
Bug 32902: Update Schema File [DO NOT PUSH]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-02-08 14:37:16 UTC
Size:
1.43 KB
patch
obsolete
>From f43c176d24ae67dc7e2eeb2424301878fd12c6bd Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Tue, 7 Feb 2023 14:07:42 -0500 >Subject: [PATCH] Bug 32902: Update Schema File [DO NOT PUSH] > >--- > Koha/Schema/Result/ImportBatch.pm | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/Koha/Schema/Result/ImportBatch.pm b/Koha/Schema/Result/ImportBatch.pm >index da8f290a74..1349f26a56 100644 >--- a/Koha/Schema/Result/ImportBatch.pm >+++ b/Koha/Schema/Result/ImportBatch.pm >@@ -96,7 +96,7 @@ how to handle records where no match is found > > data_type: 'enum' > default_value: 'always_add' >- extra: {list => ["always_add","add_only_for_matches","add_only_for_new","ignore","replace"]} >+ extra: {list => ["always_add","add_only_for_matches","add_only_for_new","ignore","replace","replace_if_bib_match"]} > is_nullable: 0 > > what to do with item records >@@ -196,6 +196,7 @@ __PACKAGE__->add_columns( > "add_only_for_new", > "ignore", > "replace", >+ "replace_if_bib_match", > ], > }, > is_nullable => 0, >@@ -289,8 +290,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+/u1tQQzT5ygzGwVgWxxwg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-07 18:07:34 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fqoF/wel36kluHa1iTFzGw > > =head2 koha_object_class > >-- >2.30.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 32902
:
146392
|
146394
|
146395