Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 3.1.2
-
Component/s: CiviCRM Profile
-
Labels:None
Description
Currently Batch Update via Profile for Contributions, Memberships and Participants always includes a read-only column displaying Sort Name. Some organizations need the ability to display other 'identifying' contact fields (read-only) in the grid (i.e. email address, phone number ...). We'll overload the existing Search Setting - Autocomplete Contact Search - to ALSO control which read-only columns are included in component batch update grids.
Implementation
============
Include additional read-only columns after the sort name (and before the profile-driven component fields) based on the fields selected in civicrm_preferences.contact_autocomplete_options. Since the default for this setting is Contact Sort Name AND Primary Email (1 and 2), the new default behavior for component batch update grids is to include 'Name' and 'Email' columns followed by the profile field columns.
-
-
- This change should affect Contribution, Membership and Participant batch update grids only. It should NOT affect Contact Batch Update via Profile.
-