[Bug 31384] New: When staging records we always default item processing to 'always_add' if we check for embedded items and don't apply matching
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31384 Bug ID: 31384 Summary: When staging records we always default item processing to 'always_add' if we check for embedded items and don't apply matching Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org To recreate: 1 - Stage a file for import 2 - Set 'Check for embedded item record data' to 'Yes' 3 - Set 'How to process items' to 'ignore' 4 - Do not set a 'Record matching rule' 5 - Stage file 6 - View the staged file 7 - Item processing set to 'always_add' These options don't really make sense, but we shouldn't automagically change settings -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31384 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> ---
From C4/ImportBatch.pm
sub BatchStageMarcRecords { ... 346 if ($parse_items) { 347 SetImportBatchItemAction($batch_id, 'always_add'); 348 } else { 349 SetImportBatchItemAction($batch_id, 'ignore'); 350 } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31384 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- *** Bug 31164 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org