From d6e957ed58007fd24271a44ef38e2f18d6380c27 Mon Sep 17 00:00:00 2001 From: Victor Saisa Lopez Date: Wed, 29 Aug 2012 11:28:48 -0400 Subject: [PATCH] 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 --- workflow/engine/templates/admin/emails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/templates/admin/emails.js b/workflow/engine/templates/admin/emails.js index 307f87089..a931e6f06 100644 --- a/workflow/engine/templates/admin/emails.js +++ b/workflow/engine/templates/admin/emails.js @@ -273,7 +273,7 @@ Ext.onReady(function(){ name:'AccountFrom', vtype:'email', width: 200, - disabled : true, + disabled: true, allowBlank: false, enableKeyEvents: true, listeners: {