mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Merge pull request #1367 from Eckii24/feat/date-suggestions
Adding date suggestions to the documents details view
This commit is contained in:
commit
d40c13420d
11 changed files with 114 additions and 34 deletions
|
|
@ -6,4 +6,6 @@ export interface PaperlessDocumentSuggestions {
|
|||
document_types?: number[]
|
||||
|
||||
storage_paths?: number[]
|
||||
|
||||
dates?: string[] // ISO-formatted date string e.g. 2022-11-03
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue