CRM-15211 fix outdated permission
authorDemeritCowboy <demeritcowboy@hotmail.com>
Mon, 1 Sep 2014 21:56:57 +0000 (17:56 -0400)
committerDemeritCowboy <demeritcowboy@hotmail.com>
Mon, 1 Sep 2014 21:56:57 +0000 (17:56 -0400)
CRM/Upgrade/Incremental/sql/4.5.0.mysql.tpl

index dc3051d94dc2da061e5bb6ff809bc1e09f5869d3..93ec1f1b55373b88fd8cd862fc97eefc4c8e8c5b 100644 (file)
@@ -1 +1,2 @@
 {* file to handle db changes in 4.5.0 during upgrade *}
+UPDATE `civicrm_dashboard` SET `permission` = 'access my cases and activities,access all cases and activities', `permission_operator` = 'OR' WHERE `name` = 'casedashboard';