Skip to content

Fix #795 – Report fails with blank screen when using date field filters containing plus or minus values#796

Open
urdhvatech wants to merge 1 commit intoSuiteCRM:hotfixfrom
urdhvatech:bugfix_795_date_filter_issue
Open

Fix #795 – Report fails with blank screen when using date field filters containing plus or minus values#796
urdhvatech wants to merge 1 commit intoSuiteCRM:hotfixfrom
urdhvatech:bugfix_795_date_filter_issue

Conversation

@urdhvatech
Copy link

Fix SuiteCRM/SuiteCRM#10744 – Report fails with blank screen when using date field filters containing plus or minus values

Description

This fix resolves a fatal error that occurs when running a report with a date-type field filter using relative values such as “Today +7 days” or “Today -30 days.”

Previously, when these filters were applied, the report would fail and display a blank white screen.
Here is the screenshot
image

Motivation and Context

How To Test This

1.Go to Reports module.
2.Create a new report on any module that has a Date field.
3.In the conditions choose the date field and operator as Equal, Type = Date and set a condition value Today using plus or minus (for example, “Date is greater than Today +7 days”).
4. when you click on Update button to retrieve result.
5. It will show you blank page.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Final checklist

  • My code follows the code style of this project found here.
  • My change requires a change to the documentation.
  • I have read the How to Contribute guidelines.

…e filters

Fix #795 – Report fails when using date field with plus or minus value filters
@SuiteBot
Copy link

SuiteBot commented Nov 7, 2025

CLA assistant check
All committers have signed the CLA.

@mattlorimer mattlorimer added the Type:Suite7 Issue Specific to SuiteCRM 7 that should be in the SuiteCRM 7 repo label Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type:Suite7 Issue Specific to SuiteCRM 7 that should be in the SuiteCRM 7 repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Report fails when using a date field with “plus” or “minus” value filters

3 participants