mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 03:06:00 +00:00
perspectives WIP
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user