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:
@@ -37,10 +37,8 @@ namespace VEPROMS.CSLA.Library
|
||||
private void OnChange(ContentInfo contentInfo)
|
||||
{
|
||||
if (Changed != null)
|
||||
{
|
||||
Changed(this);
|
||||
OnInfoChanged(this);
|
||||
}
|
||||
OnInfoChanged(this);
|
||||
}
|
||||
private void OnChange()
|
||||
{
|
||||
|
Reference in New Issue
Block a user