[Koha-bugs] [Bug 20996] Fix API response time on ILL request endpoint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 28 14:47:56 CEST 2018


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

--- Comment #22 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 79576
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79576&action=edit
Bug 20996: (follow-up) Fix column name expectation

This bug changes how request metadata is obtained. Previously the
appropriate backend's metadata function would return it. For at least
the FreeForm backend, the metadata property names we title cased. The
datatable JS was expecting this and breaks with the new metadata getting
which is performed in the API controller, which just returns the
property names as they appear in the DB.

This patch changes the expectation of the JS to match what's coming back
from the API

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


More information about the Koha-bugs mailing list