0e0b31cfcd
It renders a link for each available profile type and they open in a popup which has a route and a controller.
8 lines
251 B
YAML
8 lines
251 B
YAML
zencrm.profile.create:
|
|
path: '/zencrm/profile/add/{type}/{person_id}'
|
|
defaults:
|
|
_controller: '\Drupal\zencrm\Controller\ProfileController::createProfileForPerson'
|
|
_title: 'Add New Profile'
|
|
requirements:
|
|
_permission: 'access content'
|