-
Notifications
You must be signed in to change notification settings - Fork 5
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
Duplicate contacts are created: different contacts with the same email address #18
Comments
HI Ionut Thank you for your feedback. Yes, I'm aware of this problem. I think to resolve this issue, I have to trigger the lead merge action from mautic. Thats how Mautic does it. Mautic triggers this merging normally if:
So we need to add this code that handles the lead merging (normally happening after the form submit): To this situation in the code here:
So after we update the lead we should trigger the lead merging (just in case we fill the email lead field for example). Thats the plan and it's on my list but at the moment i'm pretty busy. Greetings |
Thank you for the direction. I succeeded to integrate this functionality. I cannot (or I do not know how) create a pull request, to make the changes directly on the files, but I added the changes below. Have a great day Sebastian! current config.php, from lines 46 to 50:
new config.php starting with line 46:
current DoiActionHelper.php:
new DoiActionHelper.php:
|
HI @IonutOjicaDE I will do my best to merge it the next days and test it. Greetings from Wuppertal |
I just tested the actual version of the plugin and it works! Exactly as described. I am on debian 12, php 8.0, mautic 4.4.11 and MariaDB10.
The only issue I have and I do not know how to solve it:
At the last step should be a checking if the contact exists already and that contact should be used further on.
Or am I missing something?
By the way : thank you for the plugin !
The text was updated successfully, but these errors were encountered: