Skip to content
Snippets Groups Projects

CRM Contact Detail Entity Type + Address bundle

Merged JD Leonard requested to merge issue/crm-3522243:1.0.x into 1.0.x
Files
32
+ 1
1
@@ -39,7 +39,7 @@ services:
# Enable the module.
vendor/bin/drush --yes pm:enable crm
vendor/bin/drush cache:rebuild
vendor/bin/drush role:perm:add anonymous 'create crm_contact, view any crm_contact, edit any crm_contact, delete any crm_contact, create crm relationship, view crm relationship, edit crm relationship, delete crm relationship, delete crm relationship'
vendor/bin/drush role:perm:add anonymous 'create crm_contact, view any crm_contact, edit any crm_contact, delete any crm_contact, create crm relationship, view crm relationship, edit crm relationship, delete crm relationship, delete crm relationship, administer crm contact detail types'
vendor/bin/drush config:set system.site page.front /crm/contact/add
build: |
Loading