Enhanced tab: if no available docversions to link to from a source, hide ‘new’ button

Caching fix
B2016-132 fix: don’t allow double click to insert RO when on enhanced step
This commit is contained in:
2016-05-24 14:57:21 +00:00
parent c92fee3ab1
commit 2498cd10dc
4 changed files with 22 additions and 5 deletions

View File

@@ -578,7 +578,7 @@ namespace VEPROMS.CSLA.Library
}
public ConfigDynamicTypeDescriptor MyConfig
{
get { return Get().DocVersionConfig; }
get { return DocVersionConfig; }
}
//public bool HasStandardSteps()
//{ return false; }

View File

@@ -247,7 +247,7 @@ namespace VEPROMS.CSLA.Library
}
public ConfigDynamicTypeDescriptor MyConfig
{
get { return Get().FolderConfig; }
get { return FolderConfig; }
}
/// <summary>
/// These settings are set on the user interface side.