Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.0
-
Component/s: Core CiviCRM, NYSS
-
Labels:None
-
Funding Source:Core Team Contract
Description
Provide support for inline editing (click to edit) fields, and inline creation of additional Phone and Email records on the Contact Summary screen.
1. The following core fields should be editable inline. On hover should display pencil (edit) icon to indicate that you can click to edit.
- Phone
- Address elements (street address, city, state_province, postal, country)
- Nickname
- Position
- Current Employer (depending on complexity)
2. 'add email' link injects email + location_type fields
3. 'add phone' link injects phone + location_type + phone_type fields
4. Post and PostProcess hook firing:
Contact hooks are called for inline edit of blocks which touch the contact object (e.g. Demographics, Comm Prefs). Calls to hooks for related objects (email, phone, etc.) will be implemented with the next round of changes (4.3 - CRM-10536)