This commit is contained in:
@@ -789,10 +789,9 @@ namespace AyaNova.PlugIn.V8
|
||||
break;
|
||||
default:
|
||||
dt.type = util.AyaUiFieldDataType.Text;
|
||||
|
||||
|
||||
break;
|
||||
}
|
||||
dt.type = AyaUiFieldDataType.Text;
|
||||
|
||||
dtemplate.Add(dt);
|
||||
|
||||
}
|
||||
@@ -802,10 +801,9 @@ namespace AyaNova.PlugIn.V8
|
||||
return ret;
|
||||
|
||||
//ok, were here because there *are* custom fields available
|
||||
|
||||
|
||||
|
||||
|
||||
var a = await util.GetAsync("FormCustom/" + RavenCustomTranslationKeyObjectName);
|
||||
var ctoken = util.CTokenFromResponse(a);
|
||||
await util.PutAsync("FormCustom/" + RavenCustomTranslationKeyObjectName, d.ToString());
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user