This commit is contained in:
2020-07-31 19:00:32 +00:00
parent 2bbcdb040c
commit 52f0c03b0c

View File

@@ -440,6 +440,7 @@ namespace AyaNova.PlugIn.V8
d.name = GetUniqueName(c.FirstName + " " + c.LastName);
if (IsDuplicateMapItem(c.ID, c.FirstName + " " + c.LastName, progress)) continue;
progress.Op("User " + d.name);
throw new System.Exception("TODO: UserTypes sb done differently now to align");
d.userType = (int)c.UserType;
//if special 3rd party user type then set their parent object id to -1 to signify will fill in later and satisfy biz rules at server
@@ -945,7 +946,7 @@ namespace AyaNova.PlugIn.V8
repost = true;
}
if (repost)
await util.PutAsync(ObjectTypeName , d.ToString());
await util.PutAsync(ObjectTypeName, d.ToString());
//-----
//Event log fixup
@@ -1024,7 +1025,7 @@ namespace AyaNova.PlugIn.V8
repost = true;
}
if (repost)
await util.PutAsync(ObjectTypeName , d.ToString());
await util.PutAsync(ObjectTypeName, d.ToString());
//-----
//Event log fixup
@@ -1254,7 +1255,7 @@ namespace AyaNova.PlugIn.V8
repost = true;
}
if (repost)
await util.PutAsync(ObjectTypeName , d.ToString());
await util.PutAsync(ObjectTypeName, d.ToString());
//-----
//Event log fixup
@@ -1615,7 +1616,7 @@ namespace AyaNova.PlugIn.V8
repost = true;
}
if (repost)
await util.PutAsync(RavenObjectName , d.ToString());
await util.PutAsync(RavenObjectName, d.ToString());
//-----
//Event log fixup