Merged in feature/PMCORE-3670 (pull request #8647)

PMCORE-3670

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Luciana Nuñez
2022-11-30 18:09:53 +00:00
committed by Julio Cesar Laura Avendaño

View File

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