0
Fixed
Stored value collection fails when more than one item is added
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.
Customer support service by UserEcho
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.