diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 7a235ff..b1143a5 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -545,7 +545,7 @@ namespace AyaNova.PlugIn.V8 repost = true; } if (repost) - await util.PutAsync("User/" + RavenId.ToString(), d.ToString()); + await util.PutAsync("user/" + RavenId.ToString(), d.ToString()); //----- } @@ -710,7 +710,7 @@ namespace AyaNova.PlugIn.V8 repost = true; } if (repost) - await util.PutAsync("Customer/", d.ToString()); + await util.PutAsync("customer/", d.ToString()); //----- //Event log fixup @@ -1054,7 +1054,7 @@ namespace AyaNova.PlugIn.V8 repost = true; } if (repost) - await util.PutAsync(ObjectTypeName, d.ToString()); + await util.PutAsync("part", d.ToString()); //----- //Event log fixup @@ -1133,7 +1133,7 @@ namespace AyaNova.PlugIn.V8 repost = true; } if (repost) - await util.PutAsync(ObjectTypeName, d.ToString()); + await util.PutAsync("project", d.ToString()); //----- //Event log fixup @@ -1201,7 +1201,7 @@ namespace AyaNova.PlugIn.V8 if (repost) - await util.PutAsync(ObjectTypeName, d.ToString()); + await util.PutAsync("purchase-order", d.ToString()); //----- //Event log fixup @@ -1281,7 +1281,7 @@ namespace AyaNova.PlugIn.V8 repost = true; } if (repost) - await util.PutAsync(ObjectTypeName, d.ToString()); + await util.PutAsync("unit", d.ToString()); //----- @@ -1363,7 +1363,7 @@ namespace AyaNova.PlugIn.V8 repost = true; } if (repost) - await util.PutAsync(ObjectTypeName, d.ToString()); + await util.PutAsync("unit-model", d.ToString()); //----- //Event log fixup @@ -1442,7 +1442,7 @@ namespace AyaNova.PlugIn.V8 repost = true; } if (repost) - await util.PutAsync(ObjectTypeName, d.ToString()); + await util.PutAsync("vendor", d.ToString()); //----- //Event log fixup