Allow Drupal webstest user to view debug output
authorlarssandergreen <lars@wildsight.ca>
Mon, 3 Jul 2023 01:40:11 +0000 (19:40 -0600)
committerlarssandergreen <lars@wildsight.ca>
Mon, 3 Jul 2023 01:40:11 +0000 (19:40 -0600)
tools/drupal/modules/civicrm_webtest/civicrm_webtest.install

index 43b0571c38b3dca9dee152b6b1c6ba111f4b4e04..7023fab0c979313195751ff393b26197ed1ec1e1 100644 (file)
@@ -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',