docs: Clarify relative date filter behavior across languages#700
Merged
adiati98 merged 3 commits intoApr 23, 2026
Merged
Conversation
adiati98
requested changes
Apr 22, 2026
Contributor
adiati98
left a comment
There was a problem hiding this comment.
@promptless-for-oss please address the suggestion.
Author
|
I've addressed the review feedback:
|
Contributor
|
@promptless-for-oss please rebase to 7.1 |
Clarify that relative date values in Segment filters work correctly regardless of Mautic's language setting. This documents the behavior fix from mautic/mautic#15791. - Updated Date options explanation to clarify language display behavior - Added tip about language-independent Segment evaluation
540185d to
4c2bf74
Compare
Author
|
Done! I've rebased the branch onto |
escopecz
reviewed
Apr 22, 2026
Removes 'rebase' from Vale vocabulary - it was accidentally included during the branch rebase and is not used in the documentation changes.
Author
|
Good catch! The "rebase" entry in |
escopecz
approved these changes
Apr 22, 2026
Member
escopecz
left a comment
There was a problem hiding this comment.
Fine with me. Although I think this didn't need a doc in the first place. We are just adding a note about "it works in case". Not harmful but I bet users reading this also didn't wonder if it works when using different languages.
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 this suggestion in Promptless to view citations and reasoning process
Clarifies that relative date values in Segment filters work correctly regardless of Mautic's language setting, based on the bug fix in PR #15791.
Changes
segments/manage_segments.rst
today,tomorrow, andthis weekwork correctly regardless of language setting, and switching languages doesn't affect Segment evaluationContext
PR #15791 fixed a bug where relative date values in Segment filters would break when users switched languages. Previously, values like 'today' stored in German ('heute') would become '1970-01-01 00:00' when switching to English. The fix ensures relative dates are stored consistently and translated at the UI level, making Segment evaluation language-independent.
Tip: Use labels in the Promptless dashboard to categorize suggestions by release or team 🏷️