Added logic to HasChangeBar to support Step_SpellCheckerChangedText
This commit is contained in:
parent
e592df4403
commit
43260d289b
@ -3042,6 +3042,8 @@ namespace VEPROMS.CSLA.Library
|
|||||||
if (chg && ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ChangeIds &&
|
if (chg && ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ChangeIds &&
|
||||||
(sc.Step_ChangeID ?? "") == "")
|
(sc.Step_ChangeID ?? "") == "")
|
||||||
return false; // No Change ID - No Change Bar
|
return false; // No Change ID - No Change Bar
|
||||||
|
if ((sc.Step_SpellCheckerChangedText ?? "") == "NoChangeBar")
|
||||||
|
return false; // Spell Checker, in editorial mode (format flag EditoralSpellCheck) , made the change and there was no change bar prior to that change B2015-024
|
||||||
if (sc.Step_CBOverride == null)
|
if (sc.Step_CBOverride == null)
|
||||||
return chg;
|
return chg;
|
||||||
return (sc.Step_CBOverride == "On");
|
return (sc.Step_CBOverride == "On");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user