This commit is contained in:
2019-07-02 17:31:00 +00:00
parent 3e0530d007
commit d297e27496

View File

@@ -26,7 +26,7 @@ namespace raven_integration
/*
Example:
{template:[{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"bool"},{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"text"]}
[{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"bool"},{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"text"]
*/
dynamic dtemplate = new JArray();
@@ -53,7 +53,6 @@ namespace raven_integration
d.template = dtemplate.ToString();//it expects it to be a json string, not actual json
ISN"T THIS WRONG? It's a direct array, examine the json here
//Is there one already?
//RETRIEVE