roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Update | deleting entry of a repeated (list) field does not work #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Find a resource with a list field
2. Use it in an update request, while removing one entry from the list (via the 
red x button)
3. Execute request

What is the expected output? What do you see instead?

Expected: in the request, the removed entry should not show up
Actual:   removed entry still present in request

What version of the product are you using? On what operating system?

Whichever version is on https://developers.google.com/apis-explorer at this 
time,  Chrome OS, Linux.

Please provide any additional information below.

I did this with one of my calendar events via  calendar.events.update, removing 
an entry of "attendees" field.

Original issue reported on code.google.com by ch...@google.com on 17 Sep 2014 at 3:48