email archived save shortcut
This commit is contained in:
@@ -40,6 +40,10 @@ define('views/email/record/edit', ['views/record/edit', 'views/email/record/deta
|
||||
setup: function () {
|
||||
Dep.prototype.setup.call(this);
|
||||
|
||||
if (this.model.get('status') === 'Archived') {
|
||||
this.shortcutKeyCtrlEnterAction = 'save';
|
||||
}
|
||||
|
||||
this.addButton({
|
||||
name: 'send',
|
||||
label: 'Send',
|
||||
|
||||
Reference in New Issue
Block a user