Showing related tags and posts accross the entire site.
-
When I deep load a UserRole entity then do a bunch of processing setting various properties including changing the UserID (which is a foreign key reference to my User entity) then deep save my UserRole, the UserID reverts to the UserIDSource value for UserID instead of what I've set it too. Example...
-
Let me try explain this one. I have a parent object (ParentObjectA) which has 3 child objects Named objA, objB, and objC objB and objC relate to objA in a parent child relationship. Now, a deepsave of ParentObjectA (with the child types specified in the deepsave syntax) eventually calls the deepsave...