Embedded images
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user