Skip to content

Commit

Permalink
Revert "[FIX] mail_forward: Render message actions correctly with cal…
Browse files Browse the repository at this point in the history
…lComponent"

This reverts commit ea11305.
  • Loading branch information
carlos-lopez-tecnativa committed Jan 23, 2025
1 parent e2b0c84 commit 8b5411b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions mail_forward/static/src/core/common/message.xml

This file was deleted.

2 changes: 1 addition & 1 deletion mail_forward/static/src/core/common/message_actions.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ messageActionsRegistry.add("forward", {
props: (component) => ({message: component.props.message}),
condition: (component) =>
component.props.message.is_discussion && !component.props.message.is_note,
sequence: 15,
sequence: 75,
title: _t("Forward"),
});

0 comments on commit 8b5411b

Please sign in to comment.