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:
@@ -578,7 +578,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
public ConfigDynamicTypeDescriptor MyConfig
|
||||
{
|
||||
get { return Get().DocVersionConfig; }
|
||||
get { return DocVersionConfig; }
|
||||
}
|
||||
//public bool HasStandardSteps()
|
||||
//{ return false; }
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user