From 7b18c71780d5a9bad445015afe6aa896a1d83313 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sat, 4 Feb 2017 12:17:03 -0800 Subject: [PATCH] civicrm_webtest.install - Restore access to edit message templates This affects demo builds and (theoretically) other test systems. --- tools/drupal/modules/civicrm_webtest/civicrm_webtest.install | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/drupal/modules/civicrm_webtest/civicrm_webtest.install b/tools/drupal/modules/civicrm_webtest/civicrm_webtest.install index 4635a49b71..67ed6f18a7 100644 --- a/tools/drupal/modules/civicrm_webtest/civicrm_webtest.install +++ b/tools/drupal/modules/civicrm_webtest/civicrm_webtest.install @@ -69,6 +69,7 @@ function civicrm_webtest_enable() { 'edit all events', 'edit contributions', 'edit event participants', + 'edit message templates', // 'edit grants', 'edit groups', 'edit memberships', -- 2.25.1