4 Jul
2023
4 Jul
'23
5:15 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107 --- Comment #7 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #4)
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're right, thank you! I'm not sure we need the change on EHoldingsEBSCOPackagesList.vue though, it's not searchable or orderable. -- You are receiving this mail because: You are watching all bug changes.