Merge pull request 'C2025-051 Missed one default when removing Check and Users Tabs from Admin Tool' (#604) from C2025-051 into Development
good for testing phase
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user