This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user