Added logic to HasChangeBar to support Step_SpellCheckerChangedText

This commit is contained in:
John Jenko 2016-10-25 18:46:05 +00:00
parent e592df4403
commit 43260d289b

View File

@ -3042,6 +3042,8 @@ namespace VEPROMS.CSLA.Library
if (chg && ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ChangeIds &&
(sc.Step_ChangeID ?? "") == "")
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)
return chg;
return (sc.Step_CBOverride == "On");