crm_core-8.x-3.x-dev/modules/crm_core_contact/crm_core_contact.permissions.yml
modules/crm_core_contact/crm_core_contact.permissions.yml
administer individual types: title: 'Administer individual types' description: 'Allows the user to edit the types of individuals such as Customer.' administer organization types: title: 'Administer organization types' description: 'Allows the user to edit the types of organization such as Supplier, etc.' revert organization revisions: title: 'Revert organization revisions' description: 'Allows the user to have ability to revert organizations' view all crm_core_individual revisions: title: 'View all crm_core_individual revisions' 'restrict access': TRUE revert all crm_core_individual revisions: title: 'Revert all crm_core_individual revisions' 'restrict access': TRUE view all crm_core_organization revisions: title: 'View all crm_core_organization revisions' 'restrict access': TRUE permission_callbacks: - \Drupal\crm_core_contact\ContactPermissions::permissions
