This commit is contained in:
Jan Prochazka 2022-12-30 19:10:10 +01:00
parent ed69c55e91
commit 175d85a462

View File

@ -785,12 +785,12 @@ export class PerspectivePatternColumnNode extends PerspectiveTreeNode {
return this.isExpandable;
}
matchChildRow(parentRow: any, childRow: any): boolean {
console.log('MATCH PATTENR ROW', parentRow, childRow);
return false;
// if (!this.foreignKey) return false;
// return parentRow[this.foreignKey.columns[0].columnName] == childRow[this.foreignKey.columns[0].refColumnName];
}
// matchChildRow(parentRow: any, childRow: any): boolean {
// console.log('MATCH PATTENR ROW', parentRow, childRow);
// return false;
// // if (!this.foreignKey) return false;
// // return parentRow[this.foreignKey.columns[0].columnName] == childRow[this.foreignKey.columns[0].refColumnName];
// }
// getChildMatchColumns() {
// if (!this.foreignKey) return [];