CRM-14856 - CRM_Profile_Form - Restore behavior of add_to_group_id when there are...
authorTim Otten <totten@civicrm.org>
Tue, 24 Jun 2014 03:14:09 +0000 (20:14 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 24 Jun 2014 03:23:30 +0000 (20:23 -0700)
commitdd78acd95e868d4d49b2540af063bd11667cc9a5
tree57639bc9e6888a3c3497feacc5ab9a31f658a6c7
parentcacc57d70c7324d0a92e35021bb419b71a5e83f8
CRM-14856 - CRM_Profile_Form - Restore behavior of add_to_group_id when there are multiple profiles

The behavior is to scan a combined list of UFFields, see if each UFField's
parent UFGroup has "add_to_group", and use it if found.  If multiple
UFGroups define "add_to_group", then the value of the last UFField wins.

I don't see this as good behavior -- just compatible behavior.
CRM/Profile/Form.php