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

@@ -916,6 +916,8 @@ namespace Volian.Controls.Library
private void tvROFST_DoubleClick(object sender, EventArgs e)
{
// B2016-132: don't process a double click on an RO if on an enhanced step:
if (MyRTB != null && MyRTB.MyItemInfo != null && MyRTB.MyItemInfo.IsEnhancedStep) return;
//if (tvROFST.SelectedNode == null) return;
//RunRoEditor();
SaveRO();