-
-
Notifications
You must be signed in to change notification settings - Fork 825
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#4778 - php notice causes civi menu to go missing #28153
Conversation
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
The issue associated with the Pull Request can be viewed at https://lab.civicrm.org/dev/core/-/issues/4778 |
Something is amiss here. In the commit from https://github.com/civicrm/civicrm-core/pull/28072/files#diff-633e3420e42e4f43c4549f67e08417d7007aeecd5062b1814b93a40c966f710bL83
But this PR makes it look like that line somehow got reverted. |
Not sure what you mean? Line 83 here looks the same as the line you're referencing in the other commit? |
An alternate would be to explicitly put empty values civicrm-core/CRM/Core/SelectValues.php Lines 1122 to 1139 in 50b66a5
|
Ok you're right @demeritcowboy. I see it now. Ok this fix is correct. |
Overview
https://lab.civicrm.org/dev/core/-/issues/4778
Before
Menu missing - notice in console
Undefined array key "adv_search_legacy"
After
Technical Details
Whether it borks your menu or not will depend on how strict your dev environment is setup. But at a minimum there's a php notice.
Comments