diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-04 10:34:25 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-04 10:34:25 -0400 |
| commit | 70f98c6d4d3e457a05e7c84260bf33580ee0166a (patch) | |
| tree | d4ef4a31124c0a9d38786b32124e3718130c510e /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 0e8aef275346b4ba3bc1bb91fda17a335c307bf1 (diff) | |
restructured filters again so that filter icons show whether a document has a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones).
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index e1e04915a..380f82813 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -413,8 +413,8 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) { isContentActive={returnTrue} isDocumentActive={returnFalse} ScreenToLocalTransform={this.getPreviewTransform} - docFilters={this.docFilters} - docRangeFilters={this.docRangeFilters} + docFilters={this.childDocFilters} + docRangeFilters={this.childDocRangeFilters} searchFilterDocs={this.searchFilterDocs} styleProvider={DefaultStyleProvider} layerProvider={undefined} |
