PMCORE-631

This commit is contained in:
Paula Quispe
2020-04-09 17:45:04 -04:00
parent 795a52afd3
commit a3d4b65bf4
6 changed files with 76 additions and 157 deletions

View File

@@ -88,6 +88,7 @@ Ext.onReady(function() {
fieldLabel: _('ID_CACHE_USER'), // 'User',
disabled: false,
name: 'user',
autoCreate: {tag: 'input', type: 'text', size: userNameMaxLength, autocomplete: 'off', maxlength: userNameMaxLength},
allowBlank: false
};