Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Felamimail/js): get proper record when save msg as attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng-dev committed Mar 16, 2022
1 parent db6ddf1 commit 96b8a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Felamimail/js/MessageFileAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Ext.extend(Tine.Felamimail.MessageFileAction, Ext.Action, {
this.selectionHandler(item, e);
}
},
getEventData: (eventName) => {
getEventData: function(eventName) {
if (eventName === 'apply') {
const attachRecord = this.getForm().findField('attachRecord').selectedRecord;
return {
Expand Down

0 comments on commit 96b8a6e

Please sign in to comment.