Compare commits

...

1 Commits

Author SHA1 Message Date
Ihor Istomin
5a2a61263a fix(TDI-39229): Fix lookup in tXMLMap when lookup source is document. 2017-08-16 15:49:50 +03:00
2 changed files with 696 additions and 687 deletions

View File

@@ -560,6 +560,10 @@ for (VarTable varsTable : varsTables) {
sb.append(");" + cr + cr);
if(hasDocumentInMainInputTable || hasDocumentInAnyLookupTable) {
sb.append(cr + "treeNodeAPI_"+cid+".clear();" + cr);
}
/*
Generate the following part if:
1 - Virtual generation = 1 document in main input table OR 1 document with aggregate in an output table OR 1 table with "All In One" activated.