[Koha-bugs] [Bug 22785] Manage matches when importing through Stage Marc Record Import

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 1 14:44:19 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22785

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rel_22_05_candidate
             Status|Signed Off                  |Failed QA

--- Comment #47 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I've PQA on the base patch for adding the new classes, but I'll probably need
some help here especially for the API parts of the patch.

1) Translatability

You did great with View a few lines above, but here "Ignore matches" is not
translatable:

+                            $('td:eq(4) ul', nRow).prepend('<li><label><input
type="radio" data-import_record_id="'+aData['import_record_id']+'"
class="chosen" name="import_record_id_'+aData['import_record_id']+'_match"
value="none" ' + checked + disabled + ' > Ignore matches</label></li>');

Also here:

+                }).fail(function(){ alert("Unable to update match choices");
return false; });


2) Unrelated file change

reports/acquisitions_stats.pl
+    warn $strcalc;


I am marking this as a candidate for early inclusion in 22.05 as this enh is a
bit bigger and we have already reached soft feature freeze.

I am a little worried about side effects, like with the CLI tools for staged
MARC import, so would like to see those tested as well.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list