From ec10f44135e1cb23ff4a59cc64e77a234d9ae215 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 25 Nov 2020 19:34:55 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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