This commit is contained in:
@@ -406,6 +406,7 @@ namespace AyaNova.Biz
|
|||||||
SkipKeys.Add("UI.Label.CurrentUserName");
|
SkipKeys.Add("UI.Label.CurrentUserName");
|
||||||
SkipKeys.Add("V7_SOURCE_FILE_NAME");
|
SkipKeys.Add("V7_SOURCE_FILE_NAME");
|
||||||
SkipKeys.Add("V7_TYPE");
|
SkipKeys.Add("V7_TYPE");
|
||||||
|
SkipKeys.Add("IMPORT_TASK");
|
||||||
|
|
||||||
List<string> ValidKeys = GetKeyList();
|
List<string> ValidKeys = GetKeyList();
|
||||||
Dictionary<string, string> NewLocaleDict = new Dictionary<string, string>();
|
Dictionary<string, string> NewLocaleDict = new Dictionary<string, string>();
|
||||||
|
|||||||
@@ -541,18 +541,21 @@ namespace AyaNova.Biz
|
|||||||
break;
|
break;
|
||||||
case "scheduleableusergrouptags":
|
case "scheduleableusergrouptags":
|
||||||
{
|
{
|
||||||
|
var V7Id = new Guid(j["ID"].Value<string>());
|
||||||
//handle tag entries for users now that we have the SUG tags created
|
//handle tag entries for users now that we have the SUG tags created
|
||||||
// throw new System.NotImplementedException();
|
// throw new System.NotImplementedException();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "clientid":
|
case "clientid":
|
||||||
{
|
{
|
||||||
|
var V7Id = new Guid(j["ID"].Value<string>());
|
||||||
//handle setting client id for user client login
|
//handle setting client id for user client login
|
||||||
//throw new System.NotImplementedException();
|
//throw new System.NotImplementedException();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "headofficeid":
|
case "headofficeid":
|
||||||
{
|
{
|
||||||
|
var V7Id = new Guid(j["ID"].Value<string>());
|
||||||
//handle setting ho id for user headoffice login
|
//handle setting ho id for user headoffice login
|
||||||
//throw new System.NotImplementedException();
|
//throw new System.NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user