Merged in feature/PMCORE-3670 (pull request #8647)
PMCORE-3670 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user