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