From f577e3ee883a1375e707b2760490c6bc0b1c1ec0 Mon Sep 17 00:00:00 2001 From: norahmollo Date: Wed, 4 Feb 2015 14:31:39 -0400 Subject: [PATCH] PM-1395 Se necesita que el campo: "From Mail" y habilitar "ServerEmailForDefault" para que se pueda enviar correos Modificacion de marcas para la version community --- workflow/engine/templates/emailServer/emailServer.js | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/workflow/engine/templates/emailServer/emailServer.js b/workflow/engine/templates/emailServer/emailServer.js index 4feabbe8e..b9cdd52ea 100644 --- a/workflow/engine/templates/emailServer/emailServer.js +++ b/workflow/engine/templates/emailServer/emailServer.js @@ -361,11 +361,9 @@ emailServer.application = { { if (flagPassChecked) { Ext.getCmp("txtPassword").setVisible(true); - Ext.getCmp("txtPassword").allowBlank = false; } else { Ext.getCmp("txtPassword").setVisible(false); - Ext.getCmp("txtPassword").allowBlank = true; } } @@ -374,11 +372,9 @@ emailServer.application = { { if (flagMailToChecked) { Ext.getCmp("txtMailTo").setVisible(true); - Ext.getCmp("txtMailTo").allowBlank = false; } else { Ext.getCmp("txtMailTo").setVisible(false); - Ext.getCmp("txtMailTo").allowBlank = true; } } @@ -686,14 +682,14 @@ emailServer.application = { hidden: true }); - /*----------------------------------********---------------------------------*/ + var chkEmailServerDefault = new Ext.form.Checkbox({ id: "chkEmailServerDefault", name: "chkEmailServerDefault", boxLabel: _("ID_EMAIL_SERVER_THIS_CONFIGURATION_IS_DEFAULT") }); - /*----------------------------------********---------------------------------*/ + var btnTest = new Ext.Action({ id: "btnTest", text: _("ID_TEST"), @@ -786,8 +782,7 @@ emailServer.application = { chkSendTestMail, txtMailTo /*----------------------------------********---------------------------------*/ - , - chkEmailServerDefault + , chkEmailServerDefault /*----------------------------------********---------------------------------*/ ] })