add missing / new permissions
authorkurund <kurund@civicrm.org>
Tue, 28 Oct 2014 20:59:52 +0000 (16:59 -0400)
committerkurund <kurund@civicrm.org>
Tue, 28 Oct 2014 20:59:52 +0000 (16:59 -0400)
tools/drupal/modules/civicrm_webtest/civicrm_webtest.install

index 21fb27bf3a0208a43e15396bea5152c4945e2d14..4635a49b718b104994f8f573f8c53bb4feafe5a2 100644 (file)
@@ -64,6 +64,8 @@ function civicrm_webtest_enable() {
    'delete in CiviMember',
    'delete in CiviPledge',
    'edit all contacts',
+   'view my contact',
+   'edit my contact',
    'edit all events',
    'edit contributions',
    'edit event participants',
@@ -87,5 +89,15 @@ function civicrm_webtest_enable() {
    'view event info',
    'view event participants',
    'view public CiviMail content',
+   'administer payment processors',
+   'create manual batch',
+   'edit own manual batches',
+   'edit all manual batches',
+   'view own manual batches',
+   'view all manual batches',
+   'delete own manual batches',
+   'delete all manual batches',
+   'export own manual batches',
+   'export all manual batches',
   ));
 }