https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314 --- Comment #21 from Jiri Kozlovsky <mail@jkozlovsky.cz> --- (In reply to Jon Knight from comment #20)
I noticed that this doesn't apply cleanly to the latest master HEAD on my kohadevbox. I could help rebase if that would be useful to nudge this bug along? Unless of course Jiri is working on an updated version?
Well, I've been working on rebasing on top of master HEAD for a little time already and I'm near completion. Right now I'm actually solving a really strange bug when GET on an item (/suggestions/{id}) works perfectly fine, but GET on a list of items (/suggestions) fails on "Method not implemented" although I've basically copy & pasted the /patrons implementation. As soon as I'll solve this strange behaviour, I'll post my work here ;) But thank you for your effort.(In reply to Jon Knight from comment #19)
Is development of this patch still ongoing? Also PUT appears to actually be a PATCH operation as it doesn't require the whole object data to be specified - should the HTTP method be changed to reflect that?
I'm going to fix this too in my next patch. -- You are receiving this mail because: You are watching all bug changes.