From eb29d8fcde620e35a387ce993a27edc3343d07af Mon Sep 17 00:00:00 2001 From: Berivan Bertagna Date: Mon, 20 Jul 2026 09:05:36 +0200 Subject: [PATCH] fix: edit template target path console error --- .../resource-template-edit/resource-template-edit.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/AMW_angular/io/src/app/resources/resource-edit/resource-templates/resource-template-edit/resource-template-edit.component.html b/AMW_angular/io/src/app/resources/resource-edit/resource-templates/resource-template-edit/resource-template-edit.component.html index e29f6d67f..39e5e6eb6 100644 --- a/AMW_angular/io/src/app/resources/resource-edit/resource-templates/resource-template-edit/resource-template-edit.component.html +++ b/AMW_angular/io/src/app/resources/resource-edit/resource-templates/resource-template-edit/resource-template-edit.component.html @@ -63,7 +63,6 @@ !isValidTargetPath() && template && template.targetPath && template.targetPath.length > 0 " [class.is-valid]="isValidTargetPath() && template && template.targetPath && template.targetPath.length > 0" - pattern="^(?![\w]:|\/|\.\.)(?!.*\.\.)(?=.*\S)[^\s][^/\\]*[^\s]$|^$" /> @if (!isValidTargetPath() && template && template.targetPath && template.targetPath.length > 0) {