This commit is contained in:
@@ -74,12 +74,13 @@ namespace DataLoader
|
||||
{
|
||||
Status = "Getting List...";
|
||||
// Loop through all Items and check before and after text
|
||||
ItemInfoList myList = ItemInfoList.Get();
|
||||
ItemInfoList myListFrom = ItemInfoList.GetListTranFrom();
|
||||
ItemInfoList myListTo = ItemInfoList.GetListTranTo();
|
||||
ConversionRTBProblems myProblems = new ConversionRTBProblems();
|
||||
int i = 0;
|
||||
foreach (ItemInfo item in myList)
|
||||
foreach (ItemInfo item in myListFrom)
|
||||
{
|
||||
Status = string.Format("Processing {0} of {1} steps", ++i, myList.Count);
|
||||
Status = string.Format("Processing {0} of {1} steps", ++i, myListFrom.Count);
|
||||
//MyStepRTB.ViewRTB = false;
|
||||
string originalText = item.MyContent.Text;
|
||||
string updatedText = item.MyContent.Text;
|
||||
|
Reference in New Issue
Block a user