Document Clone with translations and variants feature for Emails#717
Document Clone with translations and variants feature for Emails#717promptless-for-oss wants to merge 2 commits into
Conversation
Add documentation for the new Email cloning action that allows cloning an entire Email family (parent, translations, and A/B variants) in one step. This feature is introduced in Mautic 7.
| Clone with translations and variants | ||
| ------------------------------------ | ||
|
|
||
| If an Email has translations or A/B variants, it's possible to clone the entire group in one step using **Clone with translations and variants**. This action is available in the Email detail page actions menu for parent Emails that have at least one translation or variant. |
There was a problem hiding this comment.
New feature from PR #16131 adds cloneWithTranslationsAction in EmailController.php that clones parent email with all translations and A/B variants. Button appears via details.html.twig for parent emails with hasTranslations() or hasVariants().
Source: mautic/mautic#16131
adiati98
left a comment
There was a problem hiding this comment.
@promptless-for-oss please address the suggestions
|
|
||
| .. vale on | ||
|
|
||
| To create a copy of a single Email, use the Clone action in the Email detail page actions menu. |
There was a problem hiding this comment.
| To create a copy of a single Email, use the Clone action in the Email detail page actions menu. | |
| To create a copy of a single Email, use the Clone action in the Actions menu on the Email detail view. |
| Clone with translations and variants | ||
| ------------------------------------ | ||
|
|
||
| If an Email has translations or A/B variants, it's possible to clone the entire group in one step using **Clone with translations and variants**. This action is available in the Email detail page actions menu for parent Emails that have at least one translation or variant. |
There was a problem hiding this comment.
| If an Email has translations or A/B variants, it's possible to clone the entire group in one step using **Clone with translations and variants**. This action is available in the Email detail page actions menu for parent Emails that have at least one translation or variant. | |
| If an Email has translations or A/B variants, cloning the entire group in one step is possible using **Clone with translations and variants**. This action is available in the Actions menu on the Email detail view for parent Emails that have at least one translation or variant. |
|
|
||
| To clone an Email with its translations and variants: | ||
|
|
||
| #. Go to the Email detail page of the parent Email. |
There was a problem hiding this comment.
| #. Go to the Email detail page of the parent Email. | |
| #. Go to the Email detail view of the parent Email. |
| #. Select **Clone with translations and variants**. | ||
| #. Confirm the action in the dialog. | ||
|
|
||
| Mautic creates new unpublished copies of: |
There was a problem hiding this comment.
Vale gives warning here that we need to use 'Unavailable or Deactivated' instead of 'unpublished'.
- Use 'Actions menu on the Email detail view' consistently - Replace 'unpublished' with 'Unavailable or Deactivated' per Vale rules
|
Thanks for the review feedback, @adiati98! I've addressed all four suggestions:
The changes have been pushed to this PR. |
Open this suggestion in Promptless to view citations and reasoning process
Adds documentation for the new Email cloning feature that allows users to clone an entire Email family (parent, translations, and A/B variants) in one step. The new action appears in the Email detail page actions menu for parent Emails that have translations or variants.
Trigger Events
Tip: Leave inline comments with
@Promptlesson suggestion diffs in the Promptless dashboard for targeted refinements 💬