Mail Compose change "To" label to a dropdown to add bcc cc etc

This commit is contained in:
milan 2024-12-05 18:06:50 +01:00
parent 0df6426c03
commit d4c819899c

View File

@ -6244,7 +6244,7 @@ app.classes.mail = AppJS.extend(
var widget = this.et2.getWidgetById(actions[i]);
if (widget)
{
jQuery(widget.getDOMNode()).trigger('click');
// jQuery(widget.getDOMNode()).trigger('click');
}
}
}