CRM-14810: fix URLs for dashlets
authorCiviCRM <info@civicrm.org>
Tue, 10 Jun 2014 03:59:38 +0000 (09:29 +0530)
committerCiviCRM <info@civicrm.org>
Tue, 10 Jun 2014 03:59:38 +0000 (09:29 +0530)
sql/civicrm_generated.mysql

index d43591837c800822b61a9c8e8abe4005981c119e..02c7e8588883baa244eaeddfd5e2fc809cf14385 100644 (file)
@@ -334,7 +334,7 @@ UNLOCK TABLES;
 
 LOCK TABLES `civicrm_dashboard` WRITE;
 /*!40000 ALTER TABLE `civicrm_dashboard` DISABLE KEYS */;
-INSERT INTO `civicrm_dashboard` (`id`, `domain_id`, `name`, `label`, `url`, `permission`, `permission_operator`, `column_no`, `is_minimized`, `fullscreen_url`, `is_fullscreen`, `is_active`, `is_reserved`, `weight`) VALUES (1,1,'blog','CiviCRM News','civicrm/dashlet/blog&reset=1&snippet=5','access CiviCRM',NULL,0,0,'civicrm/dashlet/blog&reset=1&snippet=5&context=dashletFullscreen',1,1,1,0),(2,1,'activity','Activities','civicrm/dashlet/activity&reset=1&snippet=5','access CiviCRM',NULL,0,0,'civicrm/dashlet/activity&reset=1&snippet=5&context=dashletFullscreen',1,1,1,1),(3,1,'myCases','My Cases','civicrm/dashlet/myCases&reset=1&snippet=5','access my cases and activities',NULL,0,0,'civicrm/dashlet/myCases&reset=1&snippet=5&context=dashletFullscreen',1,1,1,2),(4,1,'allCases','All Cases','civicrm/dashlet/allCases&reset=1&snippet=5','access all cases and activities',NULL,0,0,'civicrm/dashlet/allCases&reset=1&snippet=5&context=dashletFullscreen',1,1,1,3),(5,1,'casedashboard','Case Dashboard Dashlet','civicrm/dashlet/casedashboard&reset=1&snippet=5','access CiviCase',NULL,0,0,'civicrm/dashlet/casedashboard&reset=1&snippet=5&context=dashletFullscreen',1,1,1,4),(6,1,'report/6','Donor Summary','civicrm/report/instance/6?reset=1&section=1&snippet=5&charts=barChart','access CiviContribute','AND',0,0,'civicrm/report/instance/6?reset=1&section=1&snippet=5&charts=barChart&context=dashletFullscreen',1,1,0,4),(7,1,'report/13','Top Donors','civicrm/report/instance/13?reset=1&section=2&snippet=5','access CiviContribute','AND',0,0,'civicrm/report/instance/13?reset=1&section=2&snippet=5&context=dashletFullscreen',1,1,0,5),(8,1,'report/25','Event Income Summary','civicrm/report/instance/25?reset=1&section=1&snippet=5&charts=pieChart','access CiviEvent','AND',0,0,'civicrm/report/instance/25?reset=1&section=1&snippet=5&charts=pieChart&context=dashletFullscreen',1,1,0,6),(9,1,'report/20','Membership Summary','civicrm/report/instance/20?reset=1&section=2&snippet=5','access CiviMember','AND',0,0,'civicrm/report/instance/20?reset=1&section=2&snippet=5&context=dashletFullscreen',1,1,0,7);
+INSERT INTO `civicrm_dashboard` (`id`, `domain_id`, `name`, `label`, `url`, `permission`, `permission_operator`, `column_no`, `is_minimized`, `fullscreen_url`, `is_fullscreen`, `is_active`, `is_reserved`, `weight`) VALUES (1,1,'blog','CiviCRM News','civicrm/dashlet/blog&reset=1&snippet=5','access CiviCRM',NULL,0,0,'civicrm/dashlet/blog&reset=1&snippet=5&context=dashletFullscreen',1,1,1,0),(2,1,'activity','Activities','civicrm/dashlet/activity&reset=1&snippet=5','access CiviCRM',NULL,0,0,'civicrm/dashlet/activity&reset=1&snippet=5&context=dashletFullscreen',1,1,1,1),(3,1,'myCases','My Cases','civicrm/dashlet/myCases&reset=1&snippet=5','access my cases and activities',NULL,0,0,'civicrm/dashlet/myCases&reset=1&snippet=5&context=dashletFullscreen',1,1,1,2),(4,1,'allCases','All Cases','civicrm/dashlet/allCases&reset=1&snippet=5','access all cases and activities',NULL,0,0,'civicrm/dashlet/allCases&reset=1&snippet=5&context=dashletFullscreen',1,1,1,3),(5,1,'casedashboard','Case Dashboard Dashlet','civicrm/dashlet/casedashboard&reset=1&snippet=5','access CiviCase',NULL,0,0,'civicrm/dashlet/casedashboard&reset=1&snippet=5&context=dashletFullscreen',1,1,1,4),(6,1,'report/6','Donor Summary','civicrm/report/instance/6&reset=1&section=1&snippet=5&charts=barChart','access CiviContribute','AND',0,0,'civicrm/report/instance/6&reset=1&section=1&snippet=5&charts=barChart&context=dashletFullscreen',1,1,0,4),(7,1,'report/13','Top Donors','civicrm/report/instance/13&reset=1&section=2&snippet=5','access CiviContribute','AND',0,0,'civicrm/report/instance/13&reset=1&section=2&snippet=5&context=dashletFullscreen',1,1,0,5),(8,1,'report/25','Event Income Summary','civicrm/report/instance/25&reset=1&section=1&snippet=5&charts=pieChart','access CiviEvent','AND',0,0,'civicrm/report/instance/25&reset=1&section=1&snippet=5&charts=pieChart&context=dashletFullscreen',1,1,0,6),(9,1,'report/20','Membership Summary','civicrm/report/instance/20&reset=1&section=2&snippet=5','access CiviMember','AND',0,0,'civicrm/report/instance/20&reset=1&section=2&snippet=5&context=dashletFullscreen',1,1,0,7);
 /*!40000 ALTER TABLE `civicrm_dashboard` ENABLE KEYS */;
 UNLOCK TABLES;