perspectives: parent filter switch in filters

This commit is contained in:
Jan Prochazka
2022-08-07 19:30:00 +02:00
parent 339588b8a0
commit cb1d81b586
5 changed files with 52 additions and 3 deletions

View File

@@ -212,7 +212,6 @@
});
}
console.log('tableNode?.supportsParentFilter', tableNode?.supportsParentFilter);
if (tableNode?.supportsParentFilter) {
const isParentFilter = (config.parentFilters || []).find(x => x.uniqueName == tableNode.uniqueName);
if (isParentFilter) {