This commit is contained in:
@@ -751,7 +751,7 @@ namespace AyaNova.PlugIn.V8
|
||||
if (ShouldExportCustom)
|
||||
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);
|
||||
AddMap(c.ID, RavenId);
|
||||
|
||||
@@ -781,7 +781,7 @@ namespace AyaNova.PlugIn.V8
|
||||
repost = true;
|
||||
}
|
||||
if (repost)
|
||||
await util.PutAsync(ObjectTypeName + "/" + RavenId.ToString(), d.ToString());
|
||||
await util.PutAsync("contract", d.ToString());
|
||||
//-----
|
||||
|
||||
//Event log fixup
|
||||
|
||||
Reference in New Issue
Block a user