From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:10:26 +0000 (-0800) Subject: Fix: empty match field cannot be saved (#5301) X-Git-Tag: v2.3.2~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46abeff017460bba4256a6c817845409a616086;p=thirdparty%2Fpaperless-ngx.git Fix: empty match field cannot be saved (#5301) --- diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts index 4844dedc26..9bf49036f6 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts @@ -258,7 +258,7 @@ export class WorkflowEditDialogComponent filter_has_correspondent: null, filter_has_document_type: null, matching_algorithm: MATCH_NONE, - match: null, + match: '', is_insensitive: true, } this.object.triggers.push(trigger)