Opened 12 years ago
Closed 12 years ago
#11012 closed defect (fixed)
ON_SNAPSHOT_DELETED event does not fire => fixed in SVN
Reported by: | Mark Kedzierski | Owned by: | |
---|---|---|---|
Component: | webservices | Version: | VirtualBox 4.2.0 |
Keywords: | snapshot, event | Cc: | |
Guest type: | all | Host type: | all |
Description
Deleting a snapshot fires an ON_SNAPSHOT_TAKEN event instead of ON_SNAPSHOT_DELETED. I am using the Webservice API to poll for events. All other events work OK, but if I delete a Snapshot using either the VirtualBox application front-end, or my Android front end, I get an ON_SNAPSHOT_TAKEN event. I also get it for creating a new snapshot.
Change History (2)
comment:1 by , 12 years ago
Summary: | ON_SNAPSHOT_DELETED event does not fire → ON_SNAPSHOT_DELETED event does not fire => fixed in SVN |
---|
Note:
See TracTickets
for help on using tickets.
Confirmed. Silly bug (regression in 4.0) in common code which ignored the event type parameter and hardcoded the value to OnSnapshotTaken. Fixed internally in all release branches back to 4.0... so whenever there is a maintenance release it will include this fix.