PM-2104 Se visualiza una "," en el Loguot ,Administrador en el nuevo instalador de PM3-RC3
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user