This commit is contained in:
2020-04-26 20:48:57 +00:00
parent 0b8a3a9724
commit b0ce96b473
2 changed files with 3 additions and 2 deletions

View File

@@ -301,7 +301,7 @@ namespace AyaNova.Plugin.Dump
seeds.WorkorderNumberStartSeed = AyaBizUtils.GlobalSettings.WorkorderNumberStartSeed + 1;
seeds.PreventiveMaintenanceNumberStartSeed = PMStartSeed + 1;
DumpObjectToFolder(tempArchiveFolder, seeds, "seeds", objectExcludeProperties, "GZTW.AyaNova.BLL.Seed");
DumpObjectToFolder(tempArchiveFolder, seeds, "seeds", objectExcludeProperties, TypeAndID.Empty, "GZTW.AyaNova.BLL.Seed");
}
#endregion globalsettings
@@ -610,7 +610,7 @@ namespace AyaNova.Plugin.Dump
//may not exist
if (!WikiPage.HasWiki(tid.ID)) return;
WikiPage w= WikiPage.GetItem(tid.ID);
WikiPage w= WikiPage.GetItem(tid);
var content= w.GetContentAsString;
var fileList = w.GetFileListContentForRI();