Fix contradictory note about duplicate Stage weights - #774
Conversation
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.
|
This is related to #758 resp mautic/mautic#15404 @andersonjeccel can you please check if the change is correct? |
|
@andersonjeccel, can you please follow up? Thanks! |
|
We double-checked this against the source change. The unique-weight constraint from mautic/mautic#15404 is a class-level One note for completeness: this uniqueness is enforced at the application/validation layer (no DB-level unique index), which is an app-level guarantee and appropriate for the user-facing docs. The edit reads correctly as-is. |
|
Thanks @adiati98 — we're on it. We'll apply your suggested wording for the Stage weight note and push an update to this branch. |
…note Applies @adiati98's suggestion block on PR mautic#774 verbatim.
|
Update: applied your suggested wording verbatim to |
|
@adiati98 done — applied your suggested wording verbatim to the 'Moving Contacts between Stages' note in |
adiati98
left a comment
There was a problem hiding this comment.
/aside
Thanks for the review, @andersonjeccel! 🚀
Open this suggestion in Promptless to view citations and reasoning process
Corrects the "Moving Contacts between Stages" note, which incorrectly stated that multiple Stages across funnels could share the same weight. The unique-weight constraint added in mautic/mautic#15404 (and already documented in the Weight field description) makes each Stage's weight unique across all funnels. Targets the 7.2 user-docs branch.
Trigger Events
Tip: Tag @Promptless in a GitHub issue to turn it into a documentation update 🐙