This commit is contained in:
parent
e4df9391c3
commit
f95c2a10af
@ -85,7 +85,6 @@ namespace DataLoader
|
||||
if (tokrt > -1)
|
||||
{
|
||||
txtdirty = true;
|
||||
InvalidROs.Clear();
|
||||
stptext = MigrateRos(cn, stptext, seqcvt, content, docver, conv_caret, ref rotype);
|
||||
stptext = stptext.TrimEnd(" ".ToCharArray());
|
||||
// if this is a table RO, then save a flag in the config
|
||||
@ -95,7 +94,6 @@ namespace DataLoader
|
||||
if (tokrt > -1)
|
||||
{
|
||||
txtdirty = true;
|
||||
InvalidROs.Clear();
|
||||
stptext = MigrateRos(cn, stptext, seqcvt, content, docver, conv_caret, ref rotype);
|
||||
stptext = stptext.TrimEnd(" ".ToCharArray());
|
||||
}
|
||||
@ -173,6 +171,7 @@ namespace DataLoader
|
||||
iaro.UserID = "Migration";
|
||||
}
|
||||
item.Save();
|
||||
InvalidROs.Clear();
|
||||
}
|
||||
if (frType > 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user