30 Dec
2022
30 Dec
'22
4:40 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31797 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- Playing around with ajax(), this seems to work well: $.ajax({ url: '/api/v1/items/307', method: 'DELETE', contentType: 'application/json', success: function(result) { console.log('deleted') }, }); -- You are receiving this mail because: You are watching all bug changes.