Showing related tags and posts accross the entire site.
-
Actually, I'm pretty sure the patch in the other thread doesn't apply here. There've been many revisions to EntityProviderBaseCore.cst since the patch was created. Some of them seem to be directed at fixing the problem the patch was meant to correct in the first place. After further investigation...
-
I have a table structure that looks like this: Order contains 1..n OrderComponent. OrderComponent has a 1:1 relationship with OrderComponentDetail. When calling DeepSave, or just trying to call DataRepository.OrderComponentProvider.Save, I get an error that looks like this: Item has already been added...