• possible to override specific functions of a client js Views/Models without completely overriding the component?

    v7.7.0 I need to add some additional functionality to a client js View (/sugarcrm/modules/Emails/clients/base/views/compose/compose.js) on one of the methods. Is it possible to override a single method of this View without completely overriding it? I…