From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sun, 7 Jan 2024 18:48:04 +0000 (-0800)
Subject: Fix: path fnmatch case note
X-Git-Tag: v2.3.2~1^2~7
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b00a72ff538e902e6188ead15ca4d0edc347263;p=thirdparty%2Fpaperless-ngx.git
Fix: path fnmatch case note
---
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index e1a55e756d..cf2d073ea5 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 5b68b3ab8e..b4d4b02ca0 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) {