mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Feature: custom fields filtering & bulk editing (#6484)
This commit is contained in:
parent
bd4476d484
commit
63e1f9f5d3
28 changed files with 1563 additions and 323 deletions
|
|
@ -36,6 +36,7 @@ export interface SelectionData {
|
|||
selected_correspondents: SelectionDataItem[]
|
||||
selected_tags: SelectionDataItem[]
|
||||
selected_document_types: SelectionDataItem[]
|
||||
selected_custom_fields: SelectionDataItem[]
|
||||
}
|
||||
|
||||
@Injectable({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue