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
This commit is contained in:
@@ -361,11 +361,9 @@ emailServer.application = {
|
|||||||
{
|
{
|
||||||
if (flagPassChecked) {
|
if (flagPassChecked) {
|
||||||
Ext.getCmp("txtPassword").setVisible(true);
|
Ext.getCmp("txtPassword").setVisible(true);
|
||||||
|
|
||||||
Ext.getCmp("txtPassword").allowBlank = false;
|
Ext.getCmp("txtPassword").allowBlank = false;
|
||||||
} else {
|
} else {
|
||||||
Ext.getCmp("txtPassword").setVisible(false);
|
Ext.getCmp("txtPassword").setVisible(false);
|
||||||
|
|
||||||
Ext.getCmp("txtPassword").allowBlank = true;
|
Ext.getCmp("txtPassword").allowBlank = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -374,11 +372,9 @@ emailServer.application = {
|
|||||||
{
|
{
|
||||||
if (flagMailToChecked) {
|
if (flagMailToChecked) {
|
||||||
Ext.getCmp("txtMailTo").setVisible(true);
|
Ext.getCmp("txtMailTo").setVisible(true);
|
||||||
|
|
||||||
Ext.getCmp("txtMailTo").allowBlank = false;
|
Ext.getCmp("txtMailTo").allowBlank = false;
|
||||||
} else {
|
} else {
|
||||||
Ext.getCmp("txtMailTo").setVisible(false);
|
Ext.getCmp("txtMailTo").setVisible(false);
|
||||||
|
|
||||||
Ext.getCmp("txtMailTo").allowBlank = true;
|
Ext.getCmp("txtMailTo").allowBlank = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -686,14 +682,14 @@ emailServer.application = {
|
|||||||
|
|
||||||
hidden: true
|
hidden: true
|
||||||
});
|
});
|
||||||
/*----------------------------------********---------------------------------*/
|
|
||||||
var chkEmailServerDefault = new Ext.form.Checkbox({
|
var chkEmailServerDefault = new Ext.form.Checkbox({
|
||||||
id: "chkEmailServerDefault",
|
id: "chkEmailServerDefault",
|
||||||
name: "chkEmailServerDefault",
|
name: "chkEmailServerDefault",
|
||||||
|
|
||||||
boxLabel: _("ID_EMAIL_SERVER_THIS_CONFIGURATION_IS_DEFAULT")
|
boxLabel: _("ID_EMAIL_SERVER_THIS_CONFIGURATION_IS_DEFAULT")
|
||||||
});
|
});
|
||||||
/*----------------------------------********---------------------------------*/
|
|
||||||
var btnTest = new Ext.Action({
|
var btnTest = new Ext.Action({
|
||||||
id: "btnTest",
|
id: "btnTest",
|
||||||
text: _("ID_TEST"),
|
text: _("ID_TEST"),
|
||||||
@@ -786,8 +782,7 @@ emailServer.application = {
|
|||||||
chkSendTestMail,
|
chkSendTestMail,
|
||||||
txtMailTo
|
txtMailTo
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
,
|
, chkEmailServerDefault
|
||||||
chkEmailServerDefault
|
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user