DL: Align with online backend on allowed characters.

CURA-8395
This commit is contained in:
Remco Burema 2021-07-20 17:58:29 +02:00
parent 918d1f188b
commit 71937bf828
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
3 changed files with 6 additions and 8 deletions

View file

@ -93,7 +93,7 @@ Popup
}
validator: RegExpValidator
{
regExp: /^[^\\\/\*\?\|\[\]]{0,96}$/
regExp: /^[^\\\/\*\?\|\[\]]{0,99}$/
}
text: PrintInformation.jobName
@ -148,7 +148,7 @@ Popup
anchors.bottom: parent.bottom
anchors.right: parent.right
text: "Create"
enabled: newProjectNameTextField.text != "" && !busy
enabled: newProjectNameTextField.text.length >= 2 && !busy
onClicked:
{