https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36627 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_25_05_candidate |additional_work_needed Severity|enhancement |minor --- Comment #44 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- If we have a column that is now empty, but should not be, I believe this is a bug. 1) FAIL t/db_dependent/api/v1/erm_counter_logs.t FAIL spelling embeded ==> embedded Fixed this and other occurences in a follow-up patch. Are you using qa-test-tools inside ktd? I sometimes wonder why these spelling errors don't seem to show for other QAers. 2) For another bug: --- a/api/v1/swagger/definitions/erm_counter_log.yaml +++ b/api/v1/swagger/definitions/erm_counter_log.yaml @@ -11,7 +11,7 @@ properties: - integer - "null" borrowernumber: - description: borrowernumber of the counter_log + description: borrowernumber of the counter log Shouldn't this be patron_id to stick with the common terminology we aimed for in the API? -- You are receiving this mail because: You are watching all bug changes.