]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: empty match field cannot be saved (#5301)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 7 Jan 2024 22:10:26 +0000 (14:10 -0800)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2024 22:10:26 +0000 (22:10 +0000)
src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts

index 4844dedc2655578e41780e7aa632840e8d4ce756..9bf49036f6c7e5d3d523daaf683f95e099749129 100644 (file)
@@ -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)