From e2b807c5473b93e124f0a77da3342aabbbf75cf5 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Tue, 16 Jun 2026 06:14:43 +0000 Subject: [PATCH] Fix contradictory note about duplicate Stage weights The Moving Contacts note claimed multiple Stages could share the same weight across funnels, which contradicts the unique-weight constraint introduced in mautic/mautic#15404 and documented in the Weight field description. Correct the note to state each Stage must have a unique weight across all funnels. --- docs/stages/stages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stages/stages.rst b/docs/stages/stages.rst index 1b41b27fe..41091cecb 100644 --- a/docs/stages/stages.rst +++ b/docs/stages/stages.rst @@ -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. .. vale off