mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 03:56:31 +01:00
Enhancement: support assigning custom fields via consumption templates (#4727)
This commit is contained in:
parent
285a4b5aef
commit
f27f25aa03
14 changed files with 260 additions and 136 deletions
|
|
@ -38,4 +38,6 @@ export interface PaperlessConsumptionTemplate extends ObjectWithId {
|
|||
assign_change_users?: number[] // [PaperlessUser.id]
|
||||
|
||||
assign_change_groups?: number[] // [PaperlessGroup.id]
|
||||
|
||||
assign_custom_fields?: number[] // [PaperlessCustomField.id]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue