C2025-051 Missed one default when removing Check and Users Tabs from Admin Tool

This commit is contained in:
2025-08-27 07:01:39 -04:00
parent 3ea4307716
commit 69cc71ab3b

View File

@@ -969,7 +969,7 @@ namespace VEPROMS
return VlnFlexGrid.ROTableUpdate(sender, args); return VlnFlexGrid.ROTableUpdate(sender, args);
} }
StringBuilder myFixes; StringBuilder myFixes;
int myFixesCount = 0; int myFixesCount = 0;
int myConvertCount = 0; int myConvertCount = 0;
// show the changes made in the Results pannel, include the ItemId of the step element // show the changes made in the Results pannel, include the ItemId of the step element
@@ -1195,7 +1195,7 @@ namespace VEPROMS
Links = 2, Links = 2,
Delete = 4 Delete = 4
}; };
private E_AdminToolType AdminToolType = 0; private E_AdminToolType AdminToolType = E_AdminToolType.Repair;
DevComponents.DotNetBar.StepItem siOrphDatRecs = new DevComponents.DotNetBar.StepItem("siOrphDatRecs", "Orphan Data Records"); DevComponents.DotNetBar.StepItem siOrphDatRecs = new DevComponents.DotNetBar.StepItem("siOrphDatRecs", "Orphan Data Records");
DevComponents.DotNetBar.StepItem siObsoleteROData = new DevComponents.DotNetBar.StepItem("siObsoleteROData", "Obsolete RO Data"); DevComponents.DotNetBar.StepItem siObsoleteROData = new DevComponents.DotNetBar.StepItem("siObsoleteROData", "Obsolete RO Data");