Outside transitions logic and annotations for unresolved transitions
This commit is contained in:
@@ -110,6 +110,7 @@ namespace DataLoader
|
||||
if (!itm.IsSavable) ErrorRpt.ErrorReport(itm);
|
||||
itm.Save();
|
||||
dicTrans_ItemIds.Remove(ProcNumber + "|" + trstpseq);
|
||||
dicTrans_MigrationErrors.Remove(ProcNumber + "|" + trstpseq);
|
||||
}
|
||||
else
|
||||
itm = Item.MakeItem(FromItem, cont, Dts, Userid);
|
||||
@@ -483,7 +484,7 @@ namespace DataLoader
|
||||
frmMain.pbStepValue = 0;
|
||||
foreach (DataRowView drv in dv)
|
||||
{
|
||||
FrItem = MigrateStep(cn, dt, drv, FrItem, conv_caret);
|
||||
FrItem = MigrateStep(cn, dt, drv, FrItem, conv_caret, pth);
|
||||
if (secitem.MyContent.ContentParts.Count == 0)
|
||||
{
|
||||
// type 6 is step
|
||||
|
Reference in New Issue
Block a user