[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 6 12:25:11 CET 2020


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

--- Comment #59 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
1. Shouldn't the table be named "import_batch_profiles" instead of
"import_batches_profile"?

2. Double check string escaping (save profile with
"<alert>script("❤");</alert>" for instance)

3. 
+      "x-koha-authorization": {
+        "permissions": {
+          "catalogue": "1"
+        }
+      }

Is this correct? Should not it be { tools => 'stage_marc_import' } like
tools/stage-marc-import.pl instead?

4. In api/v1/swagger/parameters.json
+  "profile_id_pp": {
should not it be more specific, "import_batch_profile_id"?

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


More information about the Koha-bugs mailing list