B2021-066: Procedure Level PC/PC in tree view
This commit is contained in:
@@ -255,6 +255,7 @@ namespace VEPROMS
|
||||
Settings.Default.Save();
|
||||
DialogResult = DialogResult.OK;
|
||||
_DocVersionConfig.MyDocVersion.Config = _DocVersionConfig.ToString();
|
||||
_refreshProcedureList = true;
|
||||
_DocVersionConfig.MyDocVersion.Save().Dispose();
|
||||
if (_EnhNeedToUnlink)
|
||||
{
|
||||
@@ -1509,6 +1510,7 @@ namespace VEPROMS
|
||||
lbApplicabilities.SelectedItem = cfg;
|
||||
}
|
||||
public bool _showApplicSearchResults = false;
|
||||
public bool _refreshProcedureList = false;
|
||||
private bool ApplicIsUsed(MiniConfig cfg) // B2017-230 - don't allow user to remove an applicability that is being used (specified)
|
||||
{
|
||||
if (_showApplicSearchResults)
|
||||
|
Reference in New Issue
Block a user