[Koha-bugs] [Bug 34107] Sorting agreements by Name actually sorts by ID

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 4 17:15:41 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34107

--- Comment #7 from Pedro Amorim <pedro.amorim at 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.


More information about the Koha-bugs mailing list