This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user