google-code-export / pygowave-server

Automatically exported from code.google.com/p/pygowave-server
Apache License 2.0
1 stars 1 forks source link

Attributes of Gadgets cannot be deleted #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Choose the "Task list" Gadget
2. Add a task
3. Remove the task, reload the Wave
4. The task shows up again (but is blank)

What is the expected output? What do you see instead?
If you set a null value it should delete that attribute from the state 
(http://code.google.com/apis/wave/extensions/gadgets/
reference.html#wave.State.submitDelta). This is not the case in the 
current implementation.

Original issue reported on code.google.com by patrick....@googlemail.com on 14 Jun 2009 at 8:51

GoogleCodeExporter commented 9 years ago
Fixed and tested on local test environment. See next release.

Original comment by patrick....@googlemail.com on 16 Jun 2009 at 7:46