Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.7
-
Component/s: Core CiviCRM
-
Labels:None
Description
Clicking "Details" for an Activity History record which was generated from a "Completed" Activity should display both the core and any custom field values for that activity record.
This is handled by the following function:
CRM_Activity_BAO_Activity::showActivityDetails
We have the activity ID, so grabbing any associated custom_value records should not be a problem.
To recreate the "bug" - checkout this URL on demo:
http://demo.civicrm.org/drupal/civicrm/contact/view/activity?activity_id=5&cid=76&action=view&id=6&status=true&history=1&selectedChild=activity
(The underlying activity record - id=5 - has a custom field value for Volunteering hours which is not being displayed on the page).