https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 --- Comment #56 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Jonathan Druart from comment #54)
(In reply to Jonathan Druart from comment #11)
0. Dates look great now! :)
1. Why not having current holds in the table (behavior intranet-side, members/holdshistory.pl)
Controller uses object.search, and places order by in dbic.. to replicate current behaviour in intranet I should one object.search for both current and old holds, merge and sort both arrays depending on search column... I decided to wait till requests and old_requests tables were merged to have current intranet behaviour
This is not going to happen any time soon.
2. Is there a plan to make existing intranet-side view using the REST API? ie. only 1 code to maintain.
Once we can replicate current intranet behaviour, we can think on changing intranet-side
So waiting for tables to be merged?
Basically yes.. seeing that bug 20271 was moving, I suspected that it was going to happen in a reasonable time. Is it far from happening?, what would you suggest? Thanks -- You are receiving this mail because: You are watching all bug changes.