projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c53d7
)
Handling of CiviCase CustomGroups
author
vivekarora
<vivek11112@gmail.com>
Fri, 8 Nov 2013 05:56:19 +0000
(11:26 +0530)
committer
vivekarora
<vivek11112@gmail.com>
Fri, 8 Nov 2013 05:56:19 +0000
(11:26 +0530)
CRM/Utils/Migrate/Export.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Migrate/Export.php
b/CRM/Utils/Migrate/Export.php
index bd7373927046fa4be66f3a5091e7d32194ea468c..235a513ab72871314e822e4f4546c89d8389390f 100644
(file)
--- a/
CRM/Utils/Migrate/Export.php
+++ b/
CRM/Utils/Migrate/Export.php
@@
-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'))) {