[Koha-bugs] [Bug 28377] Use the API to suspend/resume holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 6 12:18:08 CET 2021


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

--- Comment #17 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Jonathan Druart from comment #15)
> "Suspend until" is not saved.
> 
> +        var suspend_until_date =
> $("#suspend-modal-until").datepicker("getDate");
> 
> We are not using flatpickr

Right, it was migrated after the patches were tested.

> +                        if (jqXHR.status === 404) {
> 
> What about other errors? We shouldn't ignore them IMO.

I'm not sure. I mean, it is doing the exact same thing it did before. Would you
agree with a fallback for the rest of the errors like 'Your request could not
be processed. Check the logs' kind of thing?

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


More information about the Koha-bugs mailing list