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',
|
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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user