https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41696 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- 1. Missing filter [FAIL] koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt FAIL filters missing_filter at line 115 ( <strong>Error</strong>: [% error %].) 2. You need to keep the HTML tag around the error, or the translator script will add TT tag to the translations and it will be messy. 3. t/db_dependent/Koha/ApiKey.t and t/db_dependent/Koha/Object.t are failing, but I am expecting more 4. I've added a test to ApiKey and the result is a bit unexpected: # Failed test at t/db_dependent/Koha/ApiKey.t line 118. # got: 'Invalid parameter passed, patron_id= does not exist' # expected: 'Duplicate ID for key 'patron_id'' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.