This commit is contained in:
2020-11-25 19:34:55 +00:00
parent 748ddaba1b
commit ec10f44135

View File

@@ -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