0
Fixed

Stored value collection fails when more than one item is added

Adam van Vliet 12 years ago updated by anonymous 8 years ago 3

The stored value collection fails when more than one item is added.

This is due to the event that is called when the collection is updated. It adds the collection to a HashSet of collections to be updated in the context, which then fail when submitting the context.

Fixed, pending confirmation in regression test.

Adam, should this be covered by a regression test item? It seems that a unit test should be sufficient.

I have covered this with a unit test.