This commit is contained in:
@@ -485,7 +485,8 @@ namespace AyaNova.Biz
|
||||
break;
|
||||
case "locale":
|
||||
{
|
||||
//get the userId
|
||||
//get the userId
|
||||
//----
|
||||
var V7Id = new Guid(j["ID"].Value<string>());
|
||||
var MapItem = importMap.Where(m => m.V7ObjectId == V7Id).FirstOrDefault();
|
||||
if (MapItem == null)
|
||||
|
||||
Reference in New Issue
Block a user