[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 11:20:54 CEST 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #4 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list