CRM-14917 - Redirect old CiviCase admin URL
authortotten@civicrm.org <Tim Otten>
Fri, 27 Jun 2014 07:36:18 +0000 (00:36 -0700)
committertotten@civicrm.org <Tim Otten>
Fri, 27 Jun 2014 07:36:18 +0000 (00:36 -0700)
CRM/Case/xml/Menu/Case.xml

index c7c95ce638c49e2f0990e9e6f593a8f601de8e61..d2d992aa4da9064cfebe8a64602cef77e7d68948 100644 (file)
@@ -69,7 +69,8 @@
      <title>Case Types</title>
      <desc>List of types which can be assigned to Cases. (Enable the Cases tab from System Settings - Enable Components if you want to track cases.)</desc>
      <access_arguments>administer CiviCase</access_arguments>
-     <page_callback>CRM_Admin_Page_CaseType</page_callback>
+     <page_callback>CRM_Core_Page_Redirect</page_callback>
+     <page_arguments>url=civicrm/a/#/caseType</page_arguments>
      <adminGroup>CiviCase</adminGroup>
      <icon>admin/small/case_type.png</icon>
      <weight>390</weight>