changes to support approval process

This commit is contained in:
Rich
2012-01-23 13:43:41 +00:00
parent 99035d83c3
commit 42c8501927
2 changed files with 98 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ namespace VEPROMS.CSLA.Library
// ItemInfo prevItem = item.MyPrevious;
// item.OnBeforeDelete();
DataPortal.Delete(new DeleteCriteria(obj.AnnotationID, Volian.Base.Library.VlnSettings.UserID));
AnnotationInfo.StaticOnInfoChanged();
// if (nextItem != null) // Adjust PreviousID for NextItem
// {
// ItemInfo.RefreshPrevious(nextItem.ItemID, item.PreviousID);