-
-
Notifications
You must be signed in to change notification settings - Fork 168
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 fix in civicrm.module #544
Conversation
Can one of the admins verify this patch? |
(Standard links)
|
Many thanks for the contribution Josh! Are you able to resubmit (perhaps with a forced rebase) without the README so it's mergeable? You can do it now or after review takes place. If you have questions on how to do it, feel free to ask here, or in the ~dev-newcomers channel on https://chat.civicrm.org. Thanks, and welcome! |
This reverts commit 28b107e.
Hi Jon!
I forgot to reply to you yesterday, check the latest commit I think it's
done now (never done a rebase, but I think it's right!).
Josh
…On Thu, 4 Oct 2018 at 15:05, Jon ***@***.***> wrote:
Many thanks for the contribution Josh! Are you able to resubmit (perhaps
with a forced rebase) without the README so it's mergeable? You can do it
now or after review takes place. If you have questions on how to do it,
feel free to ask here, or in the ~dev-newcomers channel on
https://chat.civicrm.org. Thanks, and welcome!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#544 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGCdGcgAS1k2IehRsplW4E3vhYTyQ1rDks5uhhWngaJpZM4XH4HN>
.
|
This isn't a rebase, but that's OK - the committer can also deal with it on their end. For whatever reason it's a little harder to get folks who know this repo to review patches compared to the "civicrm-core" repo, and I'm unfortunately not really qualified here. I'll work on finding someone. Thanks again for taking the time. |
How did the problem manifest before this patch? Is there a process that we can follow to replicate the issue and confirm the fix? |
This is a duplicate of #541 |
Oh sorry I forgot to note how to reproduce!
|
i am seeing this same issue on some contacts where there is a uf_match - and where the Name and Address profile on the /user page does show the civi data - but clicking 'edit Name and Address' throws the error. noting this was a WP site that we moved to Drupal, and cleared out all unwanted uf_match rows and fixed up the remaining ones to work. we are seeing this error on newly created users though as well |
#541 merged - closing this as it seems superceded |
Replaced
$this
with$edit
incivicrm_form_data()
when not in object context.Ignore the README I made