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

dev/core#341 sybunt custom search date field fix #12686

Merged
merged 1 commit into from
Aug 19, 2018

Conversation

lcdservices
Copy link
Contributor

@lcdservices lcdservices commented Aug 18, 2018

Overview

The "Contributions made in Year X and not Year Y" custom search ignores date field parameters. To reproduce, enter date fields and observe that the result set ignores them.

https://lab.civicrm.org/dev/core/issues/341

Before

Date parameters are ignored.

After

Date parameters are respected.

Technical Details

The formatSavedSearchFields() function assumed values passed/altered by reference, but the use of that function expected the modified formValues to be returned.

@civibot
Copy link

civibot bot commented Aug 18, 2018

(Standard links)

@seamuslee001
Copy link
Contributor

@eileenmcnaughton what you think of this? i think it makes sense

@eileenmcnaughton
Copy link
Contributor

@seamuslee001 makes sense & the search is already on datepicker. I'm happy to take @lcdservices testing /analysis on this since it's also uber-obscure & contained

@eileenmcnaughton eileenmcnaughton merged commit 59add83 into civicrm:master Aug 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants