mongo perspective stuff - basic skeleton works

This commit is contained in:
Jan Prochazka
2022-10-01 17:48:47 +02:00
parent efe15bf0bb
commit b3839def32
4 changed files with 259 additions and 22 deletions

View File

@@ -169,7 +169,7 @@
$: {
if (shouldProcessPerspectiveDefaultColunns(config, $dbInfos, $dataPatterns, conid, database)) {
setConfig(cfg => processPerspectiveDefaultColunns(cfg, $dbInfos, conid, database));
setConfig(cfg => processPerspectiveDefaultColunns(cfg, $dbInfos, $dataPatterns, conid, database));
}
}