Custom field filtering

This commit is contained in:
shamoon
2024-04-23 22:04:14 -07:00
parent bd4476d484
commit 1ba7ec3cb9
13 changed files with 521 additions and 11 deletions

View File

@@ -36,6 +36,7 @@ export interface SelectionData {
selected_correspondents: SelectionDataItem[]
selected_tags: SelectionDataItem[]
selected_document_types: SelectionDataItem[]
selected_custom_fields: SelectionDataItem[]
}
@Injectable({