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

Handle eq (equals) operator in the report url #11885

Merged
merged 1 commit into from
Apr 3, 2018

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Mar 28, 2018

Overview

Permit usage of 'eq' (equals operator) in url when calling a report

Before

civicrm/report/contribute/detail?sort_name_op=eq&sort_name_value=Mickey
does NOT result in the filter 'sort name = Mickey'

BUT

civicrm/report/contribute/detail?sort_name_op=neq&sort_name_value=Mickey
results in the filter 'sort name <> Mickey'

After

civicrm/report/contribute/detail?sort_name_op=eq&sort_name_value=Mickey
results in the filter 'sort name = Mickey'
(neq unchanged)

Technical Details

Super trivial - this just seems like oversight

@eileenmcnaughton
Copy link
Contributor Author

test this please

@colemanw
Copy link
Member

colemanw commented Apr 3, 2018

Looks completely fine to merge.

@colemanw colemanw merged commit 022456d into civicrm:master Apr 3, 2018
@eileenmcnaughton eileenmcnaughton deleted the report_filter_eq branch April 3, 2018 19:43
eileenmcnaughton added a commit to eileenmcnaughton/civicrm-core that referenced this pull request May 8, 2018
Required for links on wmf fraud report.

Merged upstream at civicrm#11885

Change-Id: I4033a30bb795d5a98c57109e5c8cfbeb9fcf0a00
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.

3 participants