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 4 commits into
Conversation
| 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
|
Thanks for the review feedback, @adiati98! I've addressed all four suggestions:
The changes have been pushed to this PR. |
|
Thanks for the feedback, @adiati98! I've updated the unordered lists to use asterisks instead of dashes per the style guide. Also fixed a pre-existing list in the "Base64 encoded images" section that was using dashes. |
| #. Select **Clone with translations and variants**. | ||
| #. Confirm the action in the dialog. | ||
|
|
||
| Mautic creates new Unavailable or Deactivated copies of: |
There was a problem hiding this comment.
@andersonjeccel is the "Unavailable or Deactivated" here correct?
cc: @mautic/core-team for visibility.
There was a problem hiding this comment.
It should make the cloned emails unpublished. Now it's called Active in the UI. So we could say inactive?
@andersonjeccel please confirm
|
@promptless-for-oss please rebase to 7.2 branch |
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.
- Use 'Actions menu on the Email detail view' consistently - Replace 'unpublished' with 'Unavailable or Deactivated' per Vale rules
Change dash-prefixed list items to asterisk-prefixed items in emails.rst as requested in PR review feedback.
6bae409 to
92ea403
Compare
|
Done! I've rebased this PR to target the 7.2 branch as requested. The branch has been rebased and the PR base has been updated. |
|
Thanks for catching that terminology issue! I'll wait for @andersonjeccel to confirm whether the cloned emails should be described as "inactive" (matching the current UI terminology where the opposite of "Active" is inactive) rather than "unpublished." Once confirmed, I'll update the documentation accordingly. |
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 💬