Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
While adding custom fields for different Civicrm profile groups we can add the same
custom field to 2 groups.
This should not be allowed (imho).
example
1 - http://210.211.151.22/drupal/civicrm/admin/uf/group?reset=1
2 - add a new group
http://210.211.151.22/drupal/civicrm/admin/uf/group?action=add&reset=1
3 - Group Name = Group 1 = Save
4 - Add a new field to Group 1
http://210.211.151.22/drupal/civicrm/admin/uf/group/field?reset=1&action=add&gid=3
5 - CiviCRM Field Name : Voter Info: Registered Voter ?
6 - Repeat the steps 2 - 5 but change name of new group to Group 2.
The above procedure allows to add the custom field
"Voter Info: Registered Voter ?" to 2 civicrm profile groups.