Needs work
Project:
Invite
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 04:49 UTC
Updated:
11 Jun 2018 at 02:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
glekli commentedI found a bug in the _invite_get_emails() function that caused this issue. Explode() was not able to split the string of emails, because it was given the three used delimiters ('\n', '\r', and ',') concatenated into one string as the first parameter. I guess that parameter was a leftover from an older version where split() was used instead of explode().
Attached is a patch to fix the issue. This patch assumes that the patch in http://drupal.org/node/1144862 and http://drupal.org/node/1068328 have previously been applied.
Comment #2
glekli commentedCommitted.
Comment #4
technikh commentedthis happens in 7.x-4.0-beta1
throws error
Email address abc@example.com, xyz@example.com is not valid.Comment #5
mcalabrese commentedattached is a patch for 7.x-4.x which addresses this issue.
field_invitation_email_address will be seperated by comma's and a new invite entity will be created for each email address.
Comment #6
mcalabrese commentedComment #7
BeaPower commentedDoes this work? If so please commit.
Comment #8
hackwater commentedPatch in #5 is working for us.
Comment #9
jweirather commented#5 RTBMe +1
and thank you!
Comment #10
ckngPlease reroll for latest dev then will review.
Comment #11
ckngComment #12
ckngComment #13
tjhart87 commentedThis was still a bug as of 4.0 beta 5.
The codebase has changed a bit since the patch in #5 (was originally for 4.0 beta1) so it took a bit of a manual effort to hunt down the variables needing changed but I can confirm this patch works and is still relevant.
++ SpartyDan I know it's been a few months since the last commit ... any chance you can roll this into dev to make beta 6 with the next commit?
Comment #14
SpartyDan commented@tjhart87
Would it be possible for you to post a re-roll of the patch? It sounds like you did all the work of applying #5 to beta5. It would be awesome if you could post your patch here.
Comment #15
ibraaheem commentedThanks for all the good work.
Any hope of getting a patch for the release candidate - 7.x-4.1-rc1?