Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.0.0
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
At present, the civicrm_contact_ref.module allows only a single value for reference. This patch adds support for multiple values.
I'm struggling to understand the fields API and autocomplete.js so this is a very tentative solution at the moment.
The first patch is just the changes made to implement this funtionality. The second patch includes these changes and additionally brings the whole module into line with drupal coding style.