[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:29:07 CEST 2018


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

--- Comment #20 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
No, it's not backend dependent. I looked into it yesterday, prior to these
patches "title" and "author" metadata were returned by the API as
"metadata_Title" & "metadata_Author", which is what the JS expects, hence no
error. With the patches, they're returned as "metadata_title" &
"metadata_author". I didn't get to the bottom of why, but now I write it out, I
think I might know why. I suspect the fix is going to be to change what the JS
expects, since the API is just returning illrequestattribute names as they
appear in the database, which is ultimately correct. I'm going to fix this now,
I'm not going to rest until it's done damn it! :)

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


More information about the Koha-bugs mailing list