From 4b00a72ff538e902e6188ead15ca4d0edc347263 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sun, 7 Jan 2024 10:48:04 -0800
Subject: [PATCH] Fix: path fnmatch case note
---
src-ui/messages.xlf | 4 ++--
.../workflow-edit-dialog/workflow-edit-dialog.component.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index e1a55e756..cf2d073ea 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -3487,8 +3487,8 @@
185
-
- Apply to documents that match this path. Wildcards specified as * are allowed. Case insensitive.</a>
+
+ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a>
src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html
185
diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html
index 5b68b3ab8..b4d4b02ca 100644
--- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html
+++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html
@@ -182,7 +182,7 @@
@if (formGroup.get('type').value === WorkflowTriggerType.Consumption) {
-
+
}
@if (formGroup.get('type').value === WorkflowTriggerType.DocumentAdded || formGroup.get('type').value === WorkflowTriggerType.DocumentUpdated) {