Object support for approval

changes to support approval process
changes to limit menu to appropriate version of code
changes to support consistency check report
This commit is contained in:
Rich
2012-01-23 13:51:04 +00:00
parent 42c8501927
commit 3153ffb024
25 changed files with 11132 additions and 6 deletions

View File

@@ -637,6 +637,7 @@ namespace VEPROMS.CSLA.Library
RemoveFromDictionaries(); // if save is successful remove the previous Folder from the cache
AddToCache(annotation);//Refresh the item in AllList
ProcessRefreshList();
AnnotationInfo.StaticOnInfoChanged();
return annotation;
}
catch (Exception ex)