You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suddenly there is no support for OData V4 batch requests. Is it planned to add this? Implementing with UI5 the OData V4 model only gives you the ability to commit changes per batch requests.
When sending a batch request server.ts will throw an error on line 273, because the incoming content-type is multipart/mixed. I think the request has to be cut and processed part-by-part somewhere around this.
Regards
The text was updated successfully, but these errors were encountered:
last I tried the response is now 500 - but there seems to be no reference to $batch at all in this repo, even thou it seems the parser library could? handle it..
Hi,
suddenly there is no support for OData V4 batch requests. Is it planned to add this? Implementing with UI5 the OData V4 model only gives you the ability to commit changes per batch requests.
When sending a batch request server.ts will throw an error on line 273, because the incoming content-type is multipart/mixed. I think the request has to be cut and processed part-by-part somewhere around this.
Regards
The text was updated successfully, but these errors were encountered: