B2020-053: Exported Folder specific information is not imported
This commit is contained in:
parent
dca22b5d01
commit
2e71c66183
@ -3384,7 +3384,9 @@ namespace VEPROMS
|
|||||||
Format format = formatid == string.Empty ? null : OldToNewFormat(int.Parse(formatid), formatfilename);
|
Format format = formatid == string.Empty ? null : OldToNewFormat(int.Parse(formatid), formatfilename);
|
||||||
if (Folder.GetByParentID_Name(p.FolderID, name) != null)
|
if (Folder.GetByParentID_Name(p.FolderID, name) != null)
|
||||||
return null;
|
return null;
|
||||||
Folder f = Folder.MakeFolder(p, p.MyConnection, name, title, shortname, format, null, dts, usrid);
|
// B2020-053: procedure set (folder) specific info was not imported:
|
||||||
|
string config = xd.DocumentElement.Attributes.GetNamedItem("config").InnerText;
|
||||||
|
Folder f = Folder.MakeFolder(p, p.MyConnection, name, title, shortname, format, config, dts, usrid);
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
private Format OldToNewFormat(int formatID, string formatFileName)
|
private Format OldToNewFormat(int formatID, string formatFileName)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user