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#918 Enotice fix #14165

Merged
merged 1 commit into from
Apr 30, 2019
Merged

dev/core#918 Enotice fix #14165

merged 1 commit into from
Apr 30, 2019

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Apr 30, 2019

Overview

Fixes a notice / fail in the Financial type acl check - The check is looking for status at the wrong level in the array

Before

Error randomly appearing when Financial type ACL is enanled
Notice: Undefined index: status in CRM_Utils_Check_Component_FinancialTypeAcls::checkFinancialAclReport() (line 39 of /home/webadmin/public_html/cmm-uat/sites/all/modules/civicrm/CRM/Utils/Check/Component/FinancialTypeAcls.php).

Also, in system status keep saying Extension missing, although its installed.

After

Error gone, extension correctly identified as installed

Technical Details

Comments

https://lab.civicrm.org/dev/core/issues/918

The check is looking for status at the wrong level in the array
@civibot
Copy link

civibot bot commented Apr 30, 2019

(Standard links)

@civibot civibot bot added the master label Apr 30, 2019
@seamuslee001
Copy link
Contributor

looks fine to me adding merge on pass

@colemanw colemanw merged commit 62a1a02 into civicrm:master Apr 30, 2019
@eileenmcnaughton eileenmcnaughton deleted the enotice branch April 30, 2019 23:12
@tapashdatta
Copy link
Contributor

Unfortunately, changing the line of merge didn't work for me. Its a clean install I am trying on. now getting this message

Notice: Undefined offset: 0 in CRM_Utils_Check_Component_FinancialTypeAcls::checkFinancialAclReport() (line 39 of /home/webadmin/public_html/cmm-uat/sites/all/modules/civicrm/CRM/Utils/Check/Component/FinancialTypeAcls.php).

@eileenmcnaughton
Copy link
Contributor Author

@tapashdatta You are right - a change I made locally is missing so I must not have pushed it up... one minute

eileenmcnaughton added a commit to eileenmcnaughton/civicrm-core that referenced this pull request May 1, 2019
@eileenmcnaughton
Copy link
Contributor Author

@tapashdatta check this #14168

@tapashdatta
Copy link
Contributor

Yes, That worked! thanks.

mattwire added a commit that referenced this pull request May 1, 2019
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.

4 participants