This commit is contained in:
2009-11-13 13:39:27 +00:00
parent 236f2b9fe9
commit c90633f795
4 changed files with 31 additions and 4 deletions

View File

@@ -98,8 +98,8 @@ namespace VEPROMS.CSLA.Library
{
foreach (Item tmp in _RefreshItems)
{
ItemInfo.Refresh(tmp);
if (tmp._MyContent != null) ContentInfo.Refresh(tmp._MyContent);
ItemInfo.Refresh(tmp);
}
foreach (ItemAnnotation tmp in _RefreshItemAnnotations)
{