From: larssandergreen Date: Mon, 3 Jul 2023 01:40:11 +0000 (-0600) Subject: Allow Drupal webstest user to view debug output X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=168002779df461cb1e88d0ca5dc474e1b6e010fd;p=civicrm-core.git Allow Drupal webstest user to view debug output --- diff --git a/tools/drupal/modules/civicrm_webtest/civicrm_webtest.install b/tools/drupal/modules/civicrm_webtest/civicrm_webtest.install index 43b0571c38..7023fab0c9 100644 --- a/tools/drupal/modules/civicrm_webtest/civicrm_webtest.install +++ b/tools/drupal/modules/civicrm_webtest/civicrm_webtest.install @@ -5,7 +5,7 @@ */ function civicrm_webtest_enable() { $anonymous = 1; - + // If Backdrop if (function_exists('config_get')) { $anonymous = 'anonymous'; @@ -109,6 +109,7 @@ function civicrm_webtest_enable() { 'view all activities', 'view all contacts', 'view all notes', + 'view debug output', 'view event info', 'view event participants', 'view public CiviMail content',