Allow History to be visible when Procedure is selected
Initially, don't show the History tab (until something is selected)
This commit is contained in:
@@ -1098,6 +1098,7 @@ namespace VEPROMS
|
||||
}
|
||||
else
|
||||
{
|
||||
infotabHistory.Visible = true;
|
||||
if (args.MyEditItem.MyItemInfo.IsSection || args.MyEditItem.MyItemInfo.IsProcedure)
|
||||
{
|
||||
infotabRO.Visible = infotabTransition.Visible = false;
|
||||
|
Reference in New Issue
Block a user