Outside Transition logic and annotations for unresolved transitions
This commit is contained in:
parent
00ceb09eac
commit
3fa819494c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user