mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
Merge branch 'upgrade-sf3' into add_email_and_phone_to_person
This commit is contained in:
@@ -18,12 +18,6 @@ chill_person_general_update:
|
||||
chill_person_new:
|
||||
path: /{_locale}/person/new
|
||||
defaults: {_controller: ChillPersonBundle:Person:new }
|
||||
options:
|
||||
menus:
|
||||
section:
|
||||
order: 10
|
||||
label: Add a person
|
||||
icons: [plus]
|
||||
|
||||
chill_person_review:
|
||||
path: /{_locale}/person/review
|
||||
|
6
Resources/config/services/menu.yml
Normal file
6
Resources/config/services/menu.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
Chill\PersonBundle\Menu\SectionMenuBuilder:
|
||||
arguments:
|
||||
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
||||
tags:
|
||||
- { name: 'chill.menu_builder' }
|
Reference in New Issue
Block a user