Skip to content
Snippets Groups Projects
Commit ccc78496 authored by vivekarora's avatar vivekarora
Browse files

Handling of CiviCase CustomGroups

parent 46c53d72
Branches
Tags
No related merge requests found
......@@ -471,6 +471,9 @@ class CRM_Utils_Migrate_Export {
elseif ($object->extends == 'Relationship') {
$key = 'relationship_type';
}
elseif($object->extends == 'Case') {
$key = 'case_type';
}
$types = explode(CRM_Core_DAO::VALUE_SEPARATOR, substr($object->$name, 1, -1));
$values = array();
if (in_array($object->extends, array('Individual', 'Organization', 'Household'))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment