This commit is contained in:
@@ -803,6 +803,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
//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("FormCustom/" + RavenCustomTranslationKeyObjectName);
|
||||||
var ctoken = util.CTokenFromResponse(a);
|
var ctoken = util.CTokenFromResponse(a);
|
||||||
|
d.concurrencyToken = ctoken;
|
||||||
await util.PutAsync("FormCustom/" + RavenCustomTranslationKeyObjectName, d.ToString());
|
await util.PutAsync("FormCustom/" + RavenCustomTranslationKeyObjectName, d.ToString());
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user