From 6441dc0de3ab3ce01c0be9589587bc9e3ac1e518 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 7 Jan 2024 09:23:38 -0800 Subject: [PATCH] Fix empty match field cannot be saved --- .../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)