This commit is contained in:
@@ -88,10 +88,18 @@ namespace AyaNova.Biz
|
||||
|
||||
//NOTE: Many of these require a second pass - one to get the object imported and then another to set another imported object to that object
|
||||
//for example scheduleable user groups are imported as tags, but then a second pass is required to tag the users of that group
|
||||
|
||||
|
||||
|
||||
//USERS
|
||||
await DoImport("GZTW.AyaNova.BLL.User", AyaType.User, job.GId, importMap, importFileName, zipEntries);
|
||||
//Now can do event log entries
|
||||
await DoImport("GZTW.AyaNova.BLL.User-eventlog", AyaType.User, job.GId, importMap, importFileName, zipEntries);
|
||||
|
||||
//LOCALE HERE
|
||||
//await DoImport .... blah blah for locale, then:
|
||||
//Now can do user locale settings properly
|
||||
//await DoImport("GZTW.AyaNova.BLL.User-locale", AyaType.User, job.GId, importMap, importFileName, zipEntries);
|
||||
|
||||
|
||||
//IMPORT UNIT MODEL CATEGORIES AS TAGS
|
||||
await DoImport("GZTW.AyaNova.BLL.UnitModelCategory", AyaType.Tag, job.GId, importMap, importFileName, zipEntries);
|
||||
@@ -160,7 +168,7 @@ namespace AyaNova.Biz
|
||||
var jList = FileUtil.ZipGetUtilityArchiveEntriesAsJsonObjects(zipObjectList, importFileName);
|
||||
|
||||
IImportAyaNova7Object o = (IImportAyaNova7Object)BizObjectFactory.GetBizObject(importerType, ct);
|
||||
|
||||
|
||||
foreach (JObject j in jList)
|
||||
{
|
||||
bool bImportSucceeded = false;
|
||||
|
||||
Reference in New Issue
Block a user