Details
-
Type: Task
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.2.0
-
Fix Version/s: 2.2.0
-
Component/s: CiviCase, Core CiviCRM
-
Labels:None
Description
Activity types have been moved to civicrm_category table. Various places need to be fixed to use the new schema, including:
- Add is_auto flag to civicrm_category table (replaces filter = 1 or 0 condition we used in option_value to differentiate types of activities created programatically (e.g. "Contribution") from those created by the user in a form.
- CRM_Core_Pseudoconstant::activityType
- CRM_Custom_Form_Group::buildQuickForm (call to get activity types)
...