This commit is contained in:
@@ -26,7 +26,7 @@ namespace raven_integration
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Example:
|
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();
|
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
|
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?
|
//Is there one already?
|
||||||
//RETRIEVE
|
//RETRIEVE
|
||||||
|
|||||||
Reference in New Issue
Block a user