-
Notifications
You must be signed in to change notification settings - Fork 266
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
Fix: Extra information about partial updates in responses #3499 #4097
Conversation
Hi @fgalan sir, Please review my updated commit and if it is ok then please merge it into master. |
Looking to the .test that has been modified, it seems you have added the extra information to response to I'd suggest to model the case in a .test, roughly this way:
and use that .test to guide your implementation |
As an additional side note, note that telling the user |
As per your suggestion I tried to run the above test and in second and forth step I got response "one or more of the attributes in the request already exist: [ A ]" instead of "entity does not have attribute B and C". Below is the test case I am using:
Please let me know what changes I need to be done in the test case for expected response. |
@fgalan Gentle Reminder!! |
Sorry for the delay answering you... By "strict update" y mean
(Note that "appendStrict" refers to "strict append", which is not the same thant "strict update") Change that in your .test and let's wee how it goes... |
After so long waiting for your reply I have started working on another issue. Currently I am little busy on another activity will work on that after in future. |
Overpassed by PR #4447 @Anjali-NEC @Chandradeep-NEC I'd recommend you to have a look to that PR for learning purposes, to check how this issue (#3499) can be solved. |
Fix issue #3499