This commit is contained in:
@@ -2200,10 +2200,10 @@ namespace AyaNova.PlugIn.V8
|
|||||||
d.template = dtemplate.ToString();
|
d.template = dtemplate.ToString();
|
||||||
|
|
||||||
//ok, were here because there *are* custom fields available
|
//ok, were here because there *are* custom fields available
|
||||||
var a = await util.GetAsync("FormCustom/" + RavenCustomTranslationKeyObjectName);
|
var a = await util.GetAsync("form-custom/" + RavenCustomTranslationKeyObjectName);
|
||||||
var ctoken = util.CTokenFromResponse(a);
|
var ctoken = util.CTokenFromResponse(a);
|
||||||
d.concurrencyToken = ctoken;
|
d.concurrencyToken = ctoken;
|
||||||
await util.PutAsync("FormCustom/" + RavenCustomTranslationKeyObjectName, d.ToString());
|
await util.PutAsync("form-custom/" + RavenCustomTranslationKeyObjectName, d.ToString());
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user