mongo conditions support

This commit is contained in:
Jan Prochazka
2021-04-04 10:37:24 +02:00
parent 0548bae7af
commit 475f82a35e
11 changed files with 241 additions and 40 deletions

View File

@@ -94,6 +94,7 @@ export class CollectionGridDisplay extends GridDisplay {
uniquePath,
isStructured: true,
parentHeaderText: createHeaderText(basePath),
filterType: 'mongo',
};
}
}