CRM-14798 - Allow loading CiviCase XML files even if case-type name is malformed
authorTim Otten <totten@civicrm.org>
Tue, 12 Aug 2014 03:52:11 +0000 (20:52 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 12 Aug 2014 03:52:11 +0000 (20:52 -0700)
commit46ec593d75407a89a97ddcfbd7ba18755754ab33
tree63d0ef215994a7b4b2a6806ef83fa7cc4c1ed017
parent1a3fb0ced04dcadd14826d61b84ea5acf66165ad
CRM-14798 - Allow loading CiviCase XML files even if case-type name is malformed

For case-types registered via GUI in old (pre-4.5) versions, the
autogenerated machine names were often ucky, and there was no way to clean
them up.  We'll allow backward-compatibility in 4.5 -- and also provide
warnings/tools to facilitate cleanup.
CRM/Case/BAO/CaseType.php
CRM/Case/XMLRepository.php