diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 49bc3f9..6b3b310 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -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