Skip to content

Update Reports docs for date filter relocation#749

Closed
promptless-for-oss wants to merge 2 commits into
mautic:7.2from
Promptless:promptless/report-date-filter-location
Closed

Update Reports docs for date filter relocation#749
promptless-for-oss wants to merge 2 commits into
mautic:7.2from
Promptless:promptless/report-date-filter-location

Conversation

@promptless-for-oss

Copy link
Copy Markdown

Open this suggestion in Promptless to view citations and reasoning process

Updates the Reports documentation to reflect UI changes where the date range filter now appears above the Report table instead of inside the Filters panel. Also clarifies that the Filters panel only appears when dynamic filters are configured.

Trigger Events


Tip: Attach PDFs in Slack messages to Promptless—it can even extract images from them 📎

Reflects UI changes from mautic/mautic#16204:
- Date range filter now appears above the Report table
- Filters panel only appears when dynamic filters are configured
- Updated terminology from "filters drop-down" to "Filters panel"
Comment thread docs/reports/reports.rst
- Opened by default - If you want to ensure that the date filters and filter options for any other Report filters are visible on a Report detail page without needing to open the filters drop-down, select Yes. For example, for an Emails Report, you might want to view dynamic filters for subject or sent date.
- Hide date range - To hide the date range filter so that Users can't change the dates that the Report displays data for, select to **Yes**.
- Opened by default - Select **Yes** to display dynamic filter options on the Report detail page without requiring Users to open the Filters panel. For example, in an Emails Report, you might want quick access to filters for subject or sent date. The Filters panel only appears when the Report has dynamic filters configured.
- Hide date range - Select **Yes** to hide the date range filter, preventing Users from changing the dates for the Report data. When visible, the date range filter appears above the Report table.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #16204 moves the date range filter from inside the Filters panel to above the Report table. The _details_report_content.html.twig file now includes the graph_dateselect.html.twig template above the table section, and the Filters panel in _details_content_header.html.twig now only renders when dynamicFilterFields is not empty.

Source: mautic/mautic#16204

Adds documentation for the Quick Filters feature that provides preset
date ranges (Today, Yesterday, Last 7/30/90 days) next to the date
range filter above the Report table.
@adiati98

adiati98 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

@promptless-for-oss can we have one PR docs for each PR at mautic/mautic? That way, we can avoid blockers.

@promptless-for-oss

Copy link
Copy Markdown
Author

Thanks for the feedback, @adiati98! That's a fair point — keeping one docs PR per source PR makes it easier to merge independently without blockers.

I'll update my approach going forward to create separate documentation PRs for each source PR. For this specific case, the current PR combines changes from PR #16204 (moving the date filter above the table) and PR #16205 (adding quick date filters).

Would you like me to split this into two separate docs PRs now, or is it okay to proceed with this combined PR since both source changes are closely related?

@adiati98

adiati98 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Thanks for the feedback, @adiati98! That's a fair point — keeping one docs PR per source PR makes it easier to merge independently without blockers.

I'll update my approach going forward to create separate documentation PRs for each source PR. For this specific case, the current PR combines changes from PR #16204 (moving the date filter above the table) and PR #16205 (adding quick date filters).

Would you like me to split this into two separate docs PRs now, or is it okay to proceed with this combined PR since both source changes are closely related?

Let's split it into two separate docs PRs because we never know if both PRs will be merged at the same time.

@promptless-for-oss

Copy link
Copy Markdown
Author

Closing this PR as requested by @adiati98 — splitting into two separate docs PRs (one per source PR) to avoid blockers:

  1. PR #753 - Documents the date filter relocation (for mautic/mautic#16204)
  2. A second PR will follow for the Quick Filters dropdown (for mautic/mautic#16205)

This approach allows each documentation change to be merged independently when its corresponding source PR is ready.

@promptless-for-oss

Copy link
Copy Markdown
Author

Done! I've split the documentation into two separate PRs:

  1. PR #753 - Documents the date filter relocation from mautic/mautic#16204

  2. Quick Filters suggestion - Documents the Quick Filters dropdown from mautic/mautic#16205. A docs PR for this will be created once the first PR's branch is merged, since PR #16205 builds on #16204.

I've also added this as a workflow rule going forward — I'll create one docs PR per source PR to avoid blockers.

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