Embedded images

This commit is contained in:
2016-10-17 14:25:30 +00:00
parent 187dd5be25
commit e689dc2ba0
20 changed files with 2298 additions and 463 deletions

View File

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