diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index 0cf57ae5..2452a53c 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -548,8 +548,7 @@ namespace Volian.Controls.Library if (!readOnlyStep) { StepConfig sc = new StepConfig(MyItemInfo.MyContent.Config); - if (IsDerived(sc)) - readOnlyStep = true; + if (IsDerived(sc) && !MyItemInfo.EnhAllowMod()) readOnlyStep = true; } ReadOnly = readOnlyStep || VwMode == E_ViewMode.View || ActiveMode == false; //Volian.Base.Library.HWndCounter.GetWindowHandlesForCurrentProcess(this.Handle, "Before AddRTFText");