Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-21501 bounce report date filter type fix #11354

Merged
merged 1 commit into from
Dec 1, 2017

Conversation

lcdservices
Copy link
Contributor

Overview

In the Mailing Bounce report, if you filter by the bounce date, the query construction only includes the date – no time value. As a result, the end date is not inclusive. To reproduce, filter on the relative date "Today."

Before

Filter by bounce date = Today. No records are returned. Analysis of the Developer tab confirms the date range is constructed without time values.

After

Time values included in the query where clause. Results are returned.

Technical Details

The filter declaration for this field needs to include both date and time.

@eileenmcnaughton
Copy link
Contributor

This is a really simple change I am happy to merge based on reading the code

@eileenmcnaughton eileenmcnaughton merged commit 474cc01 into civicrm:master Dec 1, 2017
sluc23 pushed a commit to ixiam/civicrm-core that referenced this pull request Jan 10, 2018
CRM-21501 bounce report date filter type fix
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