This commit is contained in:
@@ -751,7 +751,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
if (ShouldExportCustom)
|
if (ShouldExportCustom)
|
||||||
d.customFields = CustomFieldData(c, DateCustomFields);
|
d.customFields = CustomFieldData(c, DateCustomFields);
|
||||||
|
|
||||||
var rMainObject = await util.PostAsync(ObjectTypeName, d.ToString());
|
var rMainObject = await util.PostAsync("contract", d.ToString());
|
||||||
long RavenId = util.IdFromResponse(rMainObject);
|
long RavenId = util.IdFromResponse(rMainObject);
|
||||||
AddMap(c.ID, RavenId);
|
AddMap(c.ID, RavenId);
|
||||||
|
|
||||||
@@ -781,7 +781,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
repost = true;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
if (repost)
|
||||||
await util.PutAsync(ObjectTypeName + "/" + RavenId.ToString(), d.ToString());
|
await util.PutAsync("contract", d.ToString());
|
||||||
//-----
|
//-----
|
||||||
|
|
||||||
//Event log fixup
|
//Event log fixup
|
||||||
|
|||||||
Reference in New Issue
Block a user