From a27c4bcf5e73298d3e5bc70d0c8d03b84d80483f Mon Sep 17 00:00:00 2001 From: DemeritCowboy Date: Mon, 1 Sep 2014 17:56:57 -0400 Subject: [PATCH] CRM-15211 fix outdated permission --- CRM/Upgrade/Incremental/sql/4.5.0.mysql.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Upgrade/Incremental/sql/4.5.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.0.mysql.tpl index dc3051d94d..93ec1f1b55 100644 --- a/CRM/Upgrade/Incremental/sql/4.5.0.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.5.0.mysql.tpl @@ -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'; -- 2.25.1