Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/campaigns/campaign_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,16 +330,16 @@ To clone an event:

|

#. Click on the anchor of the event after which you want to insert the cloned event. This opens up a modal window.
#. Click on the anchor of the event after which you want to insert the cloned event. This opens a panel with event type options and a tile showing the cloned event details.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #16158 changes the clone insert option from a panel with an "Insert" button to a clickable tile.html.twig component, making the entire tile clickable instead of just a button.

Source: mautic/mautic#16158

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct


#. In the modal window, click the "Insert" button to paste the stored event.
#. Click the cloned event tile to paste the stored event into the Campaign.

|

.. image:: images/paste_cloned_event_modal.png
:width: 600
:align: center
:alt: Screenshot of the modal window with the insert option to paste the cloned event
:alt: Screenshot of the Campaign builder panel with the cloned event tile

|

Expand Down