mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Fix: empty match field cannot be saved (#5301)
This commit is contained in:
parent
2b39697ffb
commit
d46abeff01
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ export class WorkflowEditDialogComponent
|
||||||
filter_has_correspondent: null,
|
filter_has_correspondent: null,
|
||||||
filter_has_document_type: null,
|
filter_has_document_type: null,
|
||||||
matching_algorithm: MATCH_NONE,
|
matching_algorithm: MATCH_NONE,
|
||||||
match: null,
|
match: '',
|
||||||
is_insensitive: true,
|
is_insensitive: true,
|
||||||
}
|
}
|
||||||
this.object.triggers.push(trigger)
|
this.object.triggers.push(trigger)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue