BUG 9681 "Cuando se quiere configurar el email con una..." SOLVED

- Clearing the "Account From" field in ADMIN>Settings>Email not
  cleared the password
- Problem solved by deleting the "Account From" field is automatically
  deleted the password
* Available from version 2.0.44
This commit is contained in:
Victor Saisa Lopez
2012-08-29 11:28:48 -04:00
parent 44c772391a
commit d6e957ed58

View File

@@ -273,7 +273,7 @@ Ext.onReady(function(){
name:'AccountFrom',
vtype:'email',
width: 200,
disabled : true,
disabled: true,
allowBlank: false,
enableKeyEvents: true,
listeners: {