https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019
--- Comment #59 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
