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#1552 Fatal error using pager on Activity Detail Report when Include Case Activities is Yes #16393

Merged

Conversation

demeritcowboy
Copy link
Contributor

Overview

On the filters tab on the Activity Detail CiviReport, choose Include Case Activities set to Yes.
Refresh results.
Click the Next pager button.
The symptom is Network error unable to reach server, but it's because of a fatal error.

Technical Details

See https://lab.civicrm.org/dev/core/issues/1552

Comments

This is a quickie fix. It feels like there should be a better way.

@civibot
Copy link

civibot bot commented Jan 27, 2020

(Standard links)

@civibot civibot bot added the 5.22 label Jan 27, 2020
@eileenmcnaughton
Copy link
Contributor

I think using CRM_Utils_Request::retrieve() & passing in $this will store it such that it is available the second time

@mattwire from #15135

@demeritcowboy
Copy link
Contributor Author

Thanks for looking. Will take a look.

@demeritcowboy demeritcowboy force-pushed the activity-report-pager-crash branch from 9a180d8 to 0dfec92 Compare January 28, 2020 15:08
@demeritcowboy
Copy link
Contributor Author

Yes using retrieve()+$this seems to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants