mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Enhancement: support assigning custom field values in workflows (#9272)
This commit is contained in:
@@ -58,6 +58,8 @@ export interface WorkflowAction extends ObjectWithId {
|
||||
|
||||
assign_custom_fields?: number[] // [CustomField.id]
|
||||
|
||||
assign_custom_fields_values?: object
|
||||
|
||||
remove_tags?: number[] // Tag.id
|
||||
|
||||
remove_all_tags?: boolean
|
||||
|
Reference in New Issue
Block a user