Skip to content

Fix Stages page Lifecycle image and populate Stages in time for the Mautic 7.2 UI - #960

Merged
adiati98 merged 1 commit into
mautic:7.2from
Promptless:promptless/issue-478-update-stages-images-7.2
Sep 6, 2026
Merged

Fix Stages page Lifecycle image and populate Stages in time for the Mautic 7.2 UI#960
adiati98 merged 1 commit into
mautic:7.2from
Promptless:promptless/issue-478-update-stages-images-7.2

Conversation

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Open in Promptless

On branch 7.2, the Stages page Lifecycle dashboard widget image (docs/stages/images/lifecycle.png) showed the two Segments side-by-side, but in the Mautic 7.2 UI the dashboard widget's flex-column body stacks the two Segments vertically. This replaces lifecycle.png with a version-matched capture showing the correct stacked layout. It also replaces the near-empty stage_dashboard.png ("Stages in time" widget) with a populated capture showing real stage-change data across the default one-month dashboard range. Image-only change: no prose, headings, or step numbering in stages.rst changed.

Companion to PR #884 (branch 7.0) and PR #959 (branch 7.1). The Lifecycle widget template (lifecycle.html.twig) is byte-identical across 6.0/7.0/7.1/7.2 and lays each Segment out as float: left; width: 50%. The dashboard widget body container differs: Mautic 6.0 uses a plain block (<div class="card-body">) so the Segments float side-by-side, whereas Mautic 7.0/7.1/7.2 use a flex column (<div class="card-body d-flex fd-column fg-1">), which ignores the float and stacks the Segments vertically. So the stacked capture is the correct 7.2 UI.

Trigger Events

The Lifecycle dashboard widget image showed the two Segments side-by-side,
but in the Mautic 7.2 UI the widget's flex-column body stacks the two
Segments vertically. Replace lifecycle.png with a version-matched stacked
capture. Also replace the near-empty stage_dashboard.png with a populated
'Stages in time' capture showing real stage-change data. Image-only change.
@promptless-for-oss

Copy link
Copy Markdown
Contributor Author

Just a reminder: I review PR comments by default. If you want me to ignore a specific comment, start it with aside or /aside.

@adiati98
adiati98 merged commit 9d2bf8f into mautic:7.2 Sep 6, 2026
3 checks passed
@promptless-for-oss
promptless-for-oss deleted the promptless/issue-478-update-stages-images-7.2 branch September 6, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants