From 42460333f5c67d7085bb06ebf9762b58daa48cca Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Thu, 16 Jul 2026 12:07:25 +0000 Subject: [PATCH 1/2] docs: Note Preference Center Segment ordering by Public name Segments in the Preference Center are now ordered alphabetically by Public name (with a stable secondary sort by ID), per mautic/mautic PR #15850. Document the ordering so admins know Public name controls how Segments appear to Contacts. --- docs/contacts/preference_center.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contacts/preference_center.rst b/docs/contacts/preference_center.rst index e37cac122..ada791eed 100644 --- a/docs/contacts/preference_center.rst +++ b/docs/contacts/preference_center.rst @@ -71,6 +71,8 @@ Contact Segments Use the Segments tab to add or remove a Contact from a Segment. Segments are a source for both starting Campaigns and sending Emails. Any Contact in a particular Segment is automatically part of a Campaign that has that Segment as the source. You can also use a standalone Email to manually send an Email to a Segment. If a User has opted out of a Segment they no longer receive Campaign actions or messages sent to that Segment. +Segments appear in the Preference Center in alphabetical order by Public name. If two Segments share the same Public name, Mautic orders them by their internal ID. Since Contacts see this order, set a clear Public name on each Segment to control how it appears. + .. vale off Contact's unsubscribe Email preferences From 75ce52e9883edbbe90017b8a865e1dbb14263c3b Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Tue, 21 Jul 2026 07:45:36 +0000 Subject: [PATCH 2/2] docs: bold Public name references in Segment ordering note Applies maintainer @adiati98's review suggestion to emphasize the 'Public name' field references in the Preference Center Segment ordering note. --- docs/contacts/preference_center.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contacts/preference_center.rst b/docs/contacts/preference_center.rst index ada791eed..67cde0973 100644 --- a/docs/contacts/preference_center.rst +++ b/docs/contacts/preference_center.rst @@ -71,7 +71,7 @@ Contact Segments Use the Segments tab to add or remove a Contact from a Segment. Segments are a source for both starting Campaigns and sending Emails. Any Contact in a particular Segment is automatically part of a Campaign that has that Segment as the source. You can also use a standalone Email to manually send an Email to a Segment. If a User has opted out of a Segment they no longer receive Campaign actions or messages sent to that Segment. -Segments appear in the Preference Center in alphabetical order by Public name. If two Segments share the same Public name, Mautic orders them by their internal ID. Since Contacts see this order, set a clear Public name on each Segment to control how it appears. +Segments appear in the Preference Center in alphabetical order by **Public name**. If two Segments share the same **Public name**, Mautic orders them by their internal ID. Since Contacts see this order, set a clear **Public name** on each Segment to control how it appears. .. vale off