-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Allow multiple imported fields, replace existing #980
Conversation
dccb6ed
to
75f5b60
Compare
app/Jobs/AddContactFromVCard.php
Outdated
|
||
return $email && $contactField; | ||
return $contactField->contact; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the contact field is not found above, wouldn't this raise an exception?
@barryvdh Thank you very much! I finally got the time to merge this with our recent changes. |
This pull request has been automatically locked since there |
- Fixed failed import jobs and show error message.