Problem/Motivation

Currently, the actions module in Drupal lacks the ability to include a CC (Carbon Copy) field when configuring actions. This limitation restricts the functionality of the module, particularly in scenarios where notifying additional stakeholders or parties via email is necessary.

Proposed resolution

To address this issue and enhance the flexibility of the actions module, we propose adding an optional CC field to the configuration options for Drupal actions. This would allow administrators to specify additional email addresses to be included as CC recipients when an action is triggered.

CommentFileSizeAuthor
add_cc_field_to_actions.patch1.6 KBsuhaib_hija

Issue fork drupal-3423983

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

suhaib_hija created an issue. See original summary.

needs-review-queue-bot’s picture

Status: Needs review » Needs work

The Needs Review Queue Bot tested this issue.

While you are making the above changes, we recommend that you convert this patch to a merge request. Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)

chaitanyadessai made their first commit to this issue’s fork.

chaitanyadessai’s picture

Status: Needs work » Needs review

MR created.

sumit-k made their first commit to this issue’s fork.

sumit-k’s picture

As part of the Drupal core changes, it's important to verify the modifications with thorough testing. I've submitted a Merge Request (MR) !6910 containing the necessary test case to ensure that the changes are properly validated.

smustgrave’s picture

Status: Needs review » Postponed

The actions module is currently being deprecated #3343369: [meta] Tasks to deprecate Actions UI module this will have to be reviewed in contrib.

andypost’s picture

Version: 10.2.x-dev » 11.x-dev
Component: action.module » system.module
Status: Postponed » Needs work

The action is defined by core so system component as it's configurable action

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.