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

Bug #163854 fix: Backend Reports - Contribution Report - CSV not working #188

Open
wants to merge 2 commits into
base: release-1.1.8
Choose a base branch
from

Conversation

deepgawade89
Copy link

No description provided.

@@ -561,7 +561,11 @@ protected function populateState($ordering = '', $direction = 'ASC')
$reportParams = $this->getReportParams($reportId);
$colToshow = (array) $reportParams->get("colToshow");
$piiColumns = (array) $reportParams->get("piiColumns");
$piiColumns = array_flip($piiColumns);

if ($reportParams->get("piiColumns"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deepgawade89 you can merge line 570 and 565 if condition

@manojLondhe manojLondhe changed the base branch from release-1.1.5 to release-1.1.6 March 30, 2021 06:37
@manojLondhe manojLondhe changed the base branch from release-1.1.6 to release-1.1.7 July 12, 2021 10:59
@manojLondhe manojLondhe changed the base branch from release-1.1.7 to release-1.1.8 August 17, 2021 12:03
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