- Issue created by @pklausing
1.0 Problem/Motivation
I want to search for a contact using the existing contact component. The contact also loads the address of the contact to search in it.
The Drupal role has the permission: CiviCRM: view all contacts
However as soon as I add the address (the Address table is joined) the checkPermission fails.
As far as I can see there is no Drupal permission to see addresses.
I proposed removing the checkPermission, in a PR (https://github.com/colemanw/webform_civicrm/pull/1019) but, this change was rejected.
Does anyone know how configure Drupal permissions? Or another configuration?
Active
6.3
Webform/Drupal