C2019-025_Ability-to-Toggle-Replace-Words-2
This commit is contained in:
@@ -63,13 +63,12 @@ namespace VEPROMS.CSLA.Library
|
||||
int setting = sc.Step_ShwRplWdsIndex;
|
||||
switch (setting)
|
||||
{
|
||||
case 3:
|
||||
case 2:
|
||||
return false;
|
||||
break;
|
||||
case 2:
|
||||
case 1:
|
||||
return true;
|
||||
break;
|
||||
case 1:
|
||||
case 0:
|
||||
//SectionConfig sc2 = _MyItemInfo.ActiveParent.MyConfig as SectionConfig;
|
||||
SectionConfig sc2 = _MyItemInfo.ActiveSection.MyConfig as SectionConfig;
|
||||
|
Reference in New Issue
Block a user