Update link-tracking note for removal of legacy mautic:disable-tracking attribute in 8.0 - #920
Open
promptless-for-oss wants to merge 3 commits into
Conversation
…ng attribute in Mautic 8.0
promptless-for-oss
marked this pull request as ready for review
September 2, 2026 18:08
promptless-for-oss
requested review from
a team,
adiati98 and
favour-chibueze
September 2, 2026 18:08
|
I cannot review this one, as I'm not enough front-end experienced |
Contributor
/aside @TomasVotruba gotcha. 👍🏼 @escopecz can you please review this, or who'd you recommended to review? TIA! ✨ |
Contributor
|
@promptless-for-oss please rebase to 8.0 branch. |
promptless-for-oss
dismissed
escopecz’s stale review
September 10, 2026 13:00
The base branch was changed.
Contributor
Author
|
In reply to this discussion Done — PR #920 now targets the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open in Promptless
Mautic 8.0 removes support for the legacy
mautic:disable-trackingHTML attribute used to opt an Email or Landing Page link out of click tracking; onlydata-mautic-disable-tracking="true"continues to work. The note in the "Tracking links in Emails" section ofdocs/channels/emails.rstpreviously described the legacy attribute as merely "deprecated," which understates the impact and would leave users of the legacy attribute unaware their link-tracking opt-out stops working after 8.0.This updates that note to state that Mautic deprecated the legacy attribute and removes it in 8.0, that once removed the legacy attribute no longer disables link tracking, and that any Segment or Template Emails still using it should switch to
data-mautic-disable-tracking="true". It also corrects the legacy attribute's spelling in the note (previously writtenmautic:disable:tracking; the actual attribute ismautic:disable-tracking).Trigger Events