bug costruzione query

This commit is contained in:
cesare 2025-02-20 14:40:24 +01:00
parent a2796b54fa
commit 52b7d50416
1 changed files with 2 additions and 2 deletions

View File

@ -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'];