subsonic / SubSonic-2.0

SubSonic 2.0 Home
http://subsonic.github.io/
Other
80 stars 45 forks source link

ActiveList's _deleteList collection #15

Open muxa opened 14 years ago

muxa commented 14 years ago

When i add a new item (IsNew == true) to the active list, and then delete the item from the list, this item gets added to _deletedItems. If i then save the item on its own and the save the collection the item gets deleted.

It should not put new item to _deletedItems