B2017-230 Added a stored procedure and function to check for the usage of a given applicability.

B2017-230 added references to working draft property page to all applicability usage check results to appear in the Search panel results pane.
B2017-230 Added a check for the usage of the applicability that the user wants to remove.
This commit is contained in:
2018-09-27 15:11:09 +00:00
parent e5938b1815
commit bd265442d3
3 changed files with 187 additions and 3 deletions

View File

@@ -2675,7 +2675,13 @@ namespace VEPROMS
int ownerID = MySessionInfo.CheckOutItem(args.DocVersionConfig.MyDocVersion.VersionID, CheckOutType.DocVersion);
frmVersionsProperties frmver = new frmVersionsProperties(args.DocVersionConfig);
frmver.ProgressBar = bottomProgBar;
frmver.DisplaySearch1 = displaySearch1; //B2017-230 provide access to global search
dr = frmver.ShowDialog();
if (frmver._showApplicSearchResults) //B2017-230 open global search with places that specifiy the applicabilty that the user tried to delete
{
toolsPanel.Expanded = true;
toolsTabs.SelectedTab = toolstabResults;
}
MySessionInfo.CheckInItem(ownerID);
}
else if (args.ProcedureConfig != null)