B2022-033 needed to set child information when selecting to approve from the procedure level so that the list of additional procedures (right panel) can be populated

This commit is contained in:
John Jenko 2022-03-03 16:14:21 +00:00
parent 38857b1fcd
commit 7c3514e824

View File

@ -287,6 +287,7 @@ namespace VEPROMS
this.ConsistencyPrintRequest += new DisplayConsistencyReportEvent(dlgApproveProcedure_ConsistencyPrintRequest);
_MyDocVersion = myProcedure.MyDocVersion;
_MyDocVersion.ResetProcedures(); // B2021-035: Pasted, modified number and deleted procedures not refreshed so missing from list
ApplicabilityIndex = _MyDocVersion.DocVersionConfig.SelectedSlave; // B2022-033 set the child being approved or workflow so other procedure list can populate
InitializeComponent();
FlexGridAddEvents();
SetupComboBoxes();