CRM-16145 - crmCaseType - Move to ang/
authorTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 03:36:30 +0000 (20:36 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 04:22:15 +0000 (21:22 -0700)
CRM/Case/Info.php
ang/crmCaseType.css [moved from css/angular-crmCaseType.css with 100% similarity]
ang/crmCaseType.js [moved from js/angular-crmCaseType.js with 100% similarity]
ang/crmCaseType/activitySetDetails.html [moved from partials/crmCaseType/activitySetDetails.html with 100% similarity]
ang/crmCaseType/activityTypesTable.html [moved from partials/crmCaseType/activityTypesTable.html with 100% similarity]
ang/crmCaseType/caseTypeDetails.html [moved from partials/crmCaseType/caseTypeDetails.html with 100% similarity]
ang/crmCaseType/edit.html [moved from partials/crmCaseType/edit.html with 100% similarity]
ang/crmCaseType/list.html [moved from partials/crmCaseType/list.html with 100% similarity]
ang/crmCaseType/rolesTable.html [moved from partials/crmCaseType/rolesTable.html with 100% similarity]
ang/crmCaseType/sequenceTable.html [moved from partials/crmCaseType/sequenceTable.html with 100% similarity]
ang/crmCaseType/timelineTable.html [moved from partials/crmCaseType/timelineTable.html with 100% similarity]

index 655369006eb418ae05f182f3350db39ee4e13439..5235a983ea0d561fb07a826ff18241ca9bbbd0b3 100644 (file)
@@ -64,9 +64,9 @@ class CRM_Case_Info extends CRM_Core_Component_Info {
     $result = array();
     $result['crmCaseType'] = array(
       'ext' => 'civicrm',
-      'js' => array('js/angular-crmCaseType.js'),
-      'css' => array('css/angular-crmCaseType.css'),
-      'partials' => array('partials/crmCaseType'),
+      'js' => array('ang/crmCaseType.js'),
+      'css' => array('ang/crmCaseType.css'),
+      'partials' => array('ang/crmCaseType'),
     );
 
     CRM_Core_Resources::singleton()->addSetting(array(
similarity index 100%
rename from js/angular-crmCaseType.js
rename to ang/crmCaseType.js