https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39757
--- Comment #4 from Baptiste Wojtkowski (bwoj) <[email protected]> --- (In reply to Jonathan Druart from comment #3) > Is this related to this FIXME in > Koha/REST/V1/Biblios.pm > + # FIXME We need to order_by serial.publisheddate if we have > _order_by=+me.serial_issue_number > > Isn't it something we need server-side instead? Hum... I'd rather say both ? If we only fix on server side, the information of the sort order won't be displayed to the user, will it ? I'd rather say the API stays simple and stupid and we sort as we want on client side, but this comment is there, you're right. -- 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/
