https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
