From d46abeff017460bba4256a6c817845409a616086 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:10:26 -0800 Subject: [PATCH] Fix: empty match field cannot be saved (#5301) --- .../workflow-edit-dialog/workflow-edit-dialog.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4844dedc2..9bf49036f 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)