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
2 changes: 1 addition & 1 deletion docs/stages/stages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For more information on setting up Campaigns, see :ref:`triggering campaign even

.. note::

You can have multiple funnels with different Stages, and multiple Stages across those funnels with the same weight. A Contact can only ever be in one Stage at a time. It's not possible to move a Contact to a Stage which has a lesser weight than their current Stage. For example if they're currently in Stage B which has a weight of 50, you can't move them to Stage A which has a weight of 25.
You can have multiple funnels with different Stages, but each Stage must have a unique weight across all funnels. A Contact can only ever be in one Stage at a time. It's not possible to move a Contact to a Stage which has a lesser weight than their current Stage. For example if they're currently in Stage B which has a weight of 50, you can't move them to Stage A which has a weight of 25.

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.

mautic/mautic#15404 adds a global UniqueEntity constraint on the Stage weight field (mautic.stage.weight.unique = "Another stage with this weight already exists."), so the prior claim that "multiple Stages across those funnels with the same weight" are allowed is now false. Rewrote the note to say each Stage must have a unique weight across all funnels.

Source: mautic/mautic#15404


.. vale off

Expand Down
Loading