================================================== ===================
In your Sugar CRM /modules/Emails/javascript/ajax.
js file
Find the function called sendEmailCleanUp():
replace the following code:
sendEmailCleanUp : function(o) {
hideOverlay();
var ret = JSON.parse(o.responseText);
if (ret) {
SUGAR.email2.composeLayout.forceCloseCompose("comp oseLayout1");
//SUGAR.email2.addressBook.showContactMatches(ret.po ssibleMatches);
} else if (o.responseText) {
overlay(app_strings.LBL_EMAIL_ERROR_GENERAL_TITLE, o.responseText, 'alert');
}
SUGAR.email2.grid.getDataSource().reload();
//Disabled while address book is disabled
},
Cheers,
Ezhil Nilavan
Bookmarks