https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26633 --- Comment #42 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #30)
(In reply to Kyle M Hall from comment #29)
(In reply to Jonathan Druart from comment #28)
2. There is no error handling when the page is loaded. I first tried with D11 (which has the REST API broken) and the "loading..." was running forever, the table was loaded but without any checkboxes. Maybe we should not display anything in that case.
I'm not sure why we'd do this here, when we don't do it for any other ajax table in Koha.
I think the other tables (with the checkout list in mind) will raise a DataTable alert box if the svc script/REST API route does not return something valid (or 500). So we have a the interface telling us something went wrong.
Ah, I see. I'll see what I can do about that! -- You are receiving this mail because: You are watching all bug changes.