-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
PHP8.2 Remove undefined property userName #27456
Conversation
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
This seems to cause the contributor name to disappear from the contribution if you create it from their contact record's contribution tab. |
Hmm test site seems to agree that it can't find the contact. |
d7df580
to
fb08e12
Compare
This is causing issues on a bunch of classes - but in fact is only used on the ContributionForm
fb08e12
to
0b82cb6
Compare
@demeritcowboy it was picking up I do ponder removing it from the trait but I also see the parent's days as numbered or it's functionality to be reduced - in general I'm trying to put consistent functions like |
ok cool |
Overview
This is causing issues on a bunch of classes when the shared code defines it - but in fact is only used on the ContributionForm
Before
After
Property not defined,
getContactValue()
usedTechnical Details
Comments