PMCORE-3670

This commit is contained in:
Luciana Nuñez
2022-11-30 13:40:27 -04:00
parent e30fadf6d1
commit b0d564a6eb

View File

@@ -633,7 +633,7 @@ Ext.onReady(function () {
value: 'root',
allowBlank: false,
validator: function (v) {
var t = /^[.a-zA-Z_\-]+$/;
var t = /^[0-9\.a-zA-Z_\-]+$/;
return t.test(v);
},
listeners: {