Merge pull request #22002 from eileenmcnaughton/group_org
[civicrm-core.git] / ang / crmCaseType.ang.php
index 21596810d419bb04afdf1b7e3b1e8788e05c8a78..f035068cde8e2f9a97aaf300331983b323468bc6 100644 (file)
@@ -1,16 +1,7 @@
 <?php
 // This file declares an Angular module which can be autoloaded
-// in CiviCRM. See also:
-// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
-
 // ODDITY: This only loads if CiviCase is active.
 
-CRM_Core_Resources::singleton()->addSetting([
-  'crmCaseType' => [
-    'REL_TYPE_CNAME' => CRM_Case_XMLProcessor::REL_TYPE_CNAME,
-  ],
-]);
-
 return [
   'ext' => 'civicrm',
   'js' => ['ang/crmCaseType.js'],