Needs review
Project:
Invite
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2013 at 20:44 UTC
Updated:
31 May 2018 at 16:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
elgordogrande commentedThe form select options conditional is testing for a string "invite_by_email" where it should be testing for existence in an array. Here is a patch that should resolve the issue.
Comment #2
oadaeh commentedWow. It is amazing there aren't more comments on this rather critical issue.
The patch in #1 does indeed fix the problem. However, it no longer applies.
Also, there are a few other problems in that code:
I've attached an updated patch that addresses the originally posted problem and the ones I listed here.
Comment #3
oadaeh commentedUpdating the Status.
Comment #4
oadaeh commentedI decided to add one more change: a notice on the page that it is possible to migrate the old data more than one time.