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

Fix CRM-21589: "Repeat Contributions" report ignores sort. #11446

Merged

Conversation

twomice
Copy link
Contributor

@twomice twomice commented Dec 21, 2017

Overview

The "Repeat contribution" report ignores the settings under the "Sort" tab.

Before

See overview.

After

The report honors the settings under the "Sort" tab.

Technical Details

This report has its own postProcess() method, which until now omits code to include an "ORDER BY" clause honoring the configured "Sort" options. This PR changes two lines to make sorting work.


@monishdeb
Copy link
Member

Tested the patch on my local and confirmed that this fixes the sort issue. Here's the screenshot:

Before

screen shot 2017-12-27 at 8 47 05 pm

After

screen shot 2017-12-27 at 8 46 29 pm

@monishdeb monishdeb merged commit 379acc7 into civicrm:master Dec 27, 2017
sluc23 pushed a commit to ixiam/civicrm-core that referenced this pull request Jan 10, 2018
…bution_report_sort

Fix CRM-21589: "Repeat Contributions" report ignores sort.
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