From a7fcc1519786dc4dd623df2184cd439a002624c4 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 14 Jun 2022 16:49:40 +0200 Subject: [PATCH] Re-enable regular expression CURA-8555 --- plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml index a8e672ffa2..0a94a4f48a 100644 --- a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml +++ b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml @@ -66,7 +66,7 @@ Item anchors.topMargin: UM.Theme.getSize("thin_margin").height validator: RegularExpressionValidator { -// regularExpression: /^[\w\-\. ()]{0,255}$/ + regularExpression: /^[\w\-\. ()]{0,255}$/ } text: PrintInformation.jobName