Skip to content

Commit

Permalink
fix(Tinebase/js): remove duplicated signature from ctx menu compose e…
Browse files Browse the repository at this point in the history
…mail
  • Loading branch information
ccheng-dev committed Mar 21, 2024
1 parent 3ee87e5 commit c3b6358
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tine20/Tinebase/js/tineInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ Tine.Tinebase.tineInit = {
handler: async function () {
let defaults = Tine.Felamimail.Model.Message.getDefaultData();
defaults.to = [email];
defaults.body = Tine.Felamimail.getSignature();
const record = new Tine.Felamimail.Model.Message(defaults, 0);
Tine.Felamimail.MessageEditDialog.openWindow({
record: record
Expand Down

0 comments on commit c3b6358

Please sign in to comment.