-
Notifications
You must be signed in to change notification settings - Fork 447
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
Bug: Person editor not showing full content. #7026
Comments
Do you have errors in the logs |
[14-May-2024 19:34:12 America/Jamaica] PHP Fatal error: Uncaught TypeError: ChurchCRM\data\Countries::getCountryByName(): Argument #1 ($CountryName) must be of type string, null given, called in /home/.../public_html/churchcrm/Include/StateDropDown.php on line 14 and defined in /home/.../public_html/churchcrm/ChurchCRM/data/Countries.php:297 |
What are you expecting to see? |
|
# Description & Issue number it closes <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> I was hoping to resolve #7026 but I didn't see the error, so I'm adding tests to update a created person to ensure functionality
Please compare my screenshots and you will notice that the page doesn't fully load; it's cut off. |
@DAcodedBEAT @respencer I was doing some testing and I think i found the issue. I realized setting the bHidePersonAddress to false in PeopleSetup would cause the issue mentioned. |
That's expected behavior then. If someone is part of a family the system expects you to use the family address. |
Ok. But shouldn't the whole page load with the rest of the content (contact info, membership info, custom fields etc..) and save, save-and-add, and cancel buttons? The footer doesn't load either. The page looks exactly as in the screenshot. |
Okay, that would require further investigation. The thing is I'm currently unable to recreate this issue, so it makes isolating it more difficult. Will make a further attempt to narrow it down. |
okay. thank you. |
I originally meant to say "unable" (now edited). |
Out of curiosity, why did you add an address with no country? |
Country was added along with zip code, state etc... |
Okay, that makes no sense then. Null in this context means empty, so the error is that there is no country specified. Will continue to investigate when I have time. |
Ok thank you. |
@romdricks is this still an issue on 5.8.0 ? |
Only when setting the bHidePersonAddress to false in PeopleSetup. I will add it to the description. I am using true now. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
I'm a latecomer here and just noticed this issue: We have several single people in our church with no associated "Family" record. If a given Person is not associated with a Family, then the full contact info for the Person should be visible and editable in the Person editor, right? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Description
I have 49 persons in the database. 47 of them doesn't show the full content in Person Editor. This occurs when setting the bHidePersonAddress to false in PeopleSetup
Screenshots and/or logs
The text was updated successfully, but these errors were encountered: