PM-2104 Se visualiza una "," en el Loguot ,Administrador en el nuevo instalador de PM3-RC3

This commit is contained in:
dheeyi
2015-04-08 17:21:09 -04:00
parent 5359c5f9b1
commit d330173519

View File

@@ -410,7 +410,7 @@ Ext.onReady(function () {
xtype : 'textfield',
width : 260,
allowBlank : false,
regex : /^[a-zA-Z]+$/
regex : /^\S*$/
},
{
id : 'USR_LASTNAME',
@@ -418,7 +418,7 @@ Ext.onReady(function () {
xtype : 'textfield',
width : 260,
allowBlank : false,
regex : /^[a-zA-Z]+$/
regex : /^\S*$/
},
{
id : 'USR_USERNAME',
@@ -465,7 +465,7 @@ Ext.onReady(function () {
vtype : 'email',
xtype : 'textfield',
width : 260,
allowBlank : false,
allowBlank : false
},
{
xtype : 'textarea',