Outside Transition logic and annotations for unresolved transitions

This commit is contained in:
Jsj 2008-02-21 16:49:14 +00:00
parent 00ceb09eac
commit 3fa819494c

View File

@ -107,7 +107,9 @@ namespace DataLoader
format = Format.Get(1);
DocVersion v = DocVersion.MakeDocVersion(tmpfld, (int)DocVersionType(vb.Path.ToLower()), thetitle, vb.Path.ToLower(), null, format, fld_cfg == null ? null : fld_cfg.ToString(), DateTime.Now, "Migration");
tn.Tag = v;
return (object) v;
//TODO: load procedure set
MigrateDocVersion(v, false);
return (object)v;
}
return 0;
}