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 Fatal error on membership detail report (with ACLs enabled) dev/core/#100 #12094

Merged
merged 1 commit into from
May 8, 2018

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented May 8, 2018

Overview

Fix fatal error on membership detail report when acls enabled

Before

Fatal error

After

no error

Technical Details

Alternative to #12077 and #11948 - from my analysis this is the right fix because the ONLY thing the postProcess hook does is add a line that breaks stuff. If we merge one of the others then once someone finally goes 'lets remove this function that is an unnecessary override' the ACLs will break

Comments

@seamuslee001
Copy link
Contributor

(CiviCRM Review Template WORD-1.1)

  • (r-explain) Pass
  • (r-test)
  • (r-code) Pass
  • (r-doc) Pass
  • (r-maint) Pass
  • (r-run) Pass - I logged onto an AUG test site and masquaraded as an acl user was able to replicate the DB error, I then commented out the PostProcess as per this PR and confirmed the report returned successfully. I was also able to confirm that the ACLs were indeed applied
  • (r-user) Pass
  • (r-tech) Pass

Adding merge on pass

@eileenmcnaughton
Copy link
Contributor Author

merging per tag

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.

3 participants