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