perspectives WIP

This commit is contained in:
Jan Prochazka
2022-06-23 14:24:06 +02:00
parent 7ca8880c3c
commit 2fcc4b1ff0
2 changed files with 8 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
} else {
for (const parentRow of parentRows) {
const childRows = rows.filter(row => node.matchChildRow(parentRow, row));
parentRow[node.codeName] = childRows;
parentRow[node.fieldName] = childRows;
}
}