4 Jul
2023
4 Jul
'23
11:20 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Then you are removing the ability to filter by id on the column (where we show it). The correct fix I think is to put the id after the name: - data: "me.agreement_id:me.name", + data: "me.name:me.agreement_id", -- You are receiving this mail because: You are watching all bug changes.