This commit is contained in:
@@ -545,7 +545,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
repost = true;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
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;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
if (repost)
|
||||||
await util.PutAsync("Customer/", d.ToString());
|
await util.PutAsync("customer/", d.ToString());
|
||||||
//-----
|
//-----
|
||||||
|
|
||||||
//Event log fixup
|
//Event log fixup
|
||||||
@@ -1054,7 +1054,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
repost = true;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
if (repost)
|
||||||
await util.PutAsync(ObjectTypeName, d.ToString());
|
await util.PutAsync("part", d.ToString());
|
||||||
//-----
|
//-----
|
||||||
|
|
||||||
//Event log fixup
|
//Event log fixup
|
||||||
@@ -1133,7 +1133,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
repost = true;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
if (repost)
|
||||||
await util.PutAsync(ObjectTypeName, d.ToString());
|
await util.PutAsync("project", d.ToString());
|
||||||
//-----
|
//-----
|
||||||
|
|
||||||
//Event log fixup
|
//Event log fixup
|
||||||
@@ -1201,7 +1201,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
|
|
||||||
if (repost)
|
if (repost)
|
||||||
await util.PutAsync(ObjectTypeName, d.ToString());
|
await util.PutAsync("purchase-order", d.ToString());
|
||||||
//-----
|
//-----
|
||||||
|
|
||||||
//Event log fixup
|
//Event log fixup
|
||||||
@@ -1281,7 +1281,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
repost = true;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
if (repost)
|
||||||
await util.PutAsync(ObjectTypeName, d.ToString());
|
await util.PutAsync("unit", d.ToString());
|
||||||
//-----
|
//-----
|
||||||
|
|
||||||
|
|
||||||
@@ -1363,7 +1363,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
repost = true;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
if (repost)
|
||||||
await util.PutAsync(ObjectTypeName, d.ToString());
|
await util.PutAsync("unit-model", d.ToString());
|
||||||
//-----
|
//-----
|
||||||
|
|
||||||
//Event log fixup
|
//Event log fixup
|
||||||
@@ -1442,7 +1442,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
repost = true;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
if (repost)
|
||||||
await util.PutAsync(ObjectTypeName, d.ToString());
|
await util.PutAsync("vendor", d.ToString());
|
||||||
//-----
|
//-----
|
||||||
|
|
||||||
//Event log fixup
|
//Event log fixup
|
||||||
|
|||||||
Reference in New Issue
Block a user