Bug 33250

Summary: DELETE /biblios/:biblio_id fails when ES is enabled
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: REST APIAssignee: Tomás Cohen Arazi <tomascohen>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P5 - low CC: jonathan.druart, tomascohen
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 15496, 33227    
Bug Blocks:    

Description Tomás Cohen Arazi 2023-03-16 15:16:24 UTC
Not sure what made this fail, but here you go.
Comment 1 Jonathan Druart 2023-05-11 11:35:28 UTC
how fails?

curl -XDELETE -H "Content-Type: application/json" -u koha:koha http://kohadev-intra.mydnsname.org:8081/api/v1/biblios/3

"DELETE /api/v1/app.pl/api/v1/biblios/3 HTTP/1.1" 204 - "-" "curl/7.68.0"