-
-
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#1473 - Missing address on /user when location type label dif… #16100
Conversation
(Standard links)
|
I tested this and it works in terms of making it appear, but a couple of |
Ok I've narrowed it down to one real issue and one "concern". The real issue is that this fixes the bug but introduces a new bug, but the old bug is worse than the new bug so overall it's an improvement. Does that make sense? Ok, details:
|
…fers from its name Fix issues found by demerit
Thanks for the detailed testing @demeritcowboy The above issue should be fixed now. Can you pls test and confirm? |
8286181
to
4961a32
Compare
Thanks @jitendrapurohit I retested and it looks ok. That getValues function seems difficult to work with so the inconsistency in $context is difficult to avoid. |
@demeritcowboy Is this ready to merge after the changes? |
Go for it. |
@demeritcowboy thanks! I am merging this now. |
…fers from its name
Overview
Missing address on
/user
when location type label differs from its name.Before
To replicate -
After
Notice Error fixed which displays the address values correctly -
Comments
Gitlab - https://lab.civicrm.org/dev/core/issues/1473