Re-enable regular expression

CURA-8555
This commit is contained in:
c.lamboo 2022-06-14 16:49:40 +02:00
parent 0d4c3fa34d
commit a7fcc15197

View file

@ -66,7 +66,7 @@ Item
anchors.topMargin: UM.Theme.getSize("thin_margin").height anchors.topMargin: UM.Theme.getSize("thin_margin").height
validator: RegularExpressionValidator validator: RegularExpressionValidator
{ {
// regularExpression: /^[\w\-\. ()]{0,255}$/ regularExpression: /^[\w\-\. ()]{0,255}$/
} }
text: PrintInformation.jobName text: PrintInformation.jobName