-
Notifications
You must be signed in to change notification settings - Fork 1.2k
oDataModel v2 update (PUT) fails in batch #1703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I was going to disable batch globally in the manifest for my model when I noticed something:
I changed Put to PUT in the manifest and now everything works just fine. Maybe a check should be added somewhere. |
Now this was really a bad situation. Many thanks for reporting this incident and the solution as well - we experienced the exact same issue. This should definitely be checked in the manifest.json and corrected automatically by the framework to uppercase PUT in requests. |
This is a known issue and should be improved. See #4201 |
Hello @pdominique, @szebenyib, |
Hello, |
Hi,
I'm using SAP UI5 1.44.11 and I have to disable batch mode to update my entities otherwise I get the following error:
I replayed the batch request in the GW client and I noticed that the PUT keyword was not in upper case (i.e Put instead of PUT). When I modify the keyword manually in the GW client then the request works as expected.
The text was updated successfully, but these errors were encountered: