This commit is contained in:
2018-08-31 17:59:15 +00:00
parent 4121cb5928
commit 0f7bb49ff8
2 changed files with 4 additions and 0 deletions

View File

@@ -406,6 +406,7 @@ namespace AyaNova.Biz
SkipKeys.Add("UI.Label.CurrentUserName");
SkipKeys.Add("V7_SOURCE_FILE_NAME");
SkipKeys.Add("V7_TYPE");
SkipKeys.Add("IMPORT_TASK");
List<string> ValidKeys = GetKeyList();
Dictionary<string, string> NewLocaleDict = new Dictionary<string, string>();

View File

@@ -541,18 +541,21 @@ namespace AyaNova.Biz
break;
case "scheduleableusergrouptags":
{
var V7Id = new Guid(j["ID"].Value<string>());
//handle tag entries for users now that we have the SUG tags created
// throw new System.NotImplementedException();
}
break;
case "clientid":
{
var V7Id = new Guid(j["ID"].Value<string>());
//handle setting client id for user client login
//throw new System.NotImplementedException();
}
break;
case "headofficeid":
{
var V7Id = new Guid(j["ID"].Value<string>());
//handle setting ho id for user headoffice login
//throw new System.NotImplementedException();
}