bug costruzione query
This commit is contained in:
parent
a2796b54fa
commit
52b7d50416
|
@ -571,8 +571,8 @@ function buildSQ(stquery) {
|
|||
"functionSyntax": stquery[clause]["functionSyntax"],
|
||||
"contesto": tmpCont
|
||||
}
|
||||
|
||||
var tmpCl1J = stquery['Clausola1']
|
||||
//JSON.parse(JSON.stringify(json_original));
|
||||
var tmpCl1J = JSON.parse(JSON.stringify(stquery['Clausola1']))
|
||||
//var tmpCl1J= JSON.parse(tC1);
|
||||
delete tmpCl1J['typeSyntax0'];
|
||||
delete tmpCl1J['functionSyntax'];
|
||||
|
|
Loading…
Reference in New Issue