Changed logic to use ChangeIDs format flag and Editorial Change status to update the Change ID for a text element when a text element is changed.
This commit is contained in:
parent
9419fc36a6
commit
f44fd9cdb3
@ -675,7 +675,8 @@ namespace Volian.Controls.Library
|
|||||||
// if the plant has the change id option, the change id was entered when the program started.
|
// if the plant has the change id option, the change id was entered when the program started.
|
||||||
// this should be saved for every piece of edited data. Note that the set of config
|
// this should be saved for every piece of edited data. Note that the set of config
|
||||||
// item Step_MultipleChangeID has the save built in to it.
|
// item Step_MultipleChangeID has the save built in to it.
|
||||||
if (MyItemInfo.ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ChgBarMessageFromEdit)
|
if (MyItemInfo.ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ChangeIds &&
|
||||||
|
!this.MyStepPanel.MyStepTabPanel.MyDisplayTabControl.EditorialChange)
|
||||||
{
|
{
|
||||||
StepConfig sc = itm.MyConfig as StepConfig;
|
StepConfig sc = itm.MyConfig as StepConfig;
|
||||||
if (sc == null)
|
if (sc == null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user