[Koha-bugs] [Bug 27807] API DataTables Wrapper fails for ordered on multiple columns

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 2 11:47:50 CET 2021


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

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I've applied "Bug 27680: [DO NOT PUSH] Example patch on cities" and I managed
to generate queries like:

  _order_by=+me.name,+me.state,+me.name,+me.city_id
or even:
  _order_by=+me.name,+me.state,+me.name,-me.city_id

I know it is not an usual case, and certainly only hypothetical, but maybe we
should unique orderArray?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list