This commit is contained in:
2018-08-30 19:15:33 +00:00
parent 7f4436aac6
commit 4da015343d
3 changed files with 42 additions and 10 deletions

View File

@@ -376,6 +376,11 @@ namespace AyaNova.Biz
/// IMPORT v7 implementation
public async Task<bool> ImportV7Async(JObject j, List<ImportAyaNova7MapItem> importMap, Guid jobId)
{
//TODO: when locales are imported that's when it should take a pass over users collection and then set the correct locale accordingly
//or default if it's missing
//v7 users locale json element:
//var V7Locale=j["DefaultLanguage"].Value<string>();
//some types need to import from more than one source hence the seemingly redundant switch statement for futureproofing
switch (j["V7_TYPE"].Value<string>())
{