add search possibility throught all bundles, and remove deps between mainbundle and person bundle.

refs #223
This commit is contained in:
2014-11-25 14:49:15 +01:00
parent 27903423da
commit 51d6bed43d
11 changed files with 336 additions and 3 deletions

View File

@@ -28,6 +28,10 @@ chill_main_admin_central:
order: 20
label: Admin Menu
icons: [gears]
chill_main_search:
pattern: /{_locale}/person/search
defaults: { _controller: ChillMainBundle:Search:search }
login:
path: /login

View File

@@ -54,3 +54,7 @@ services:
- "@request_stack"
tags:
- { name: form.type, alias: select2_chill_country }
chill.main.search_provider:
class: Chill\MainBundle\Search\SearchProvider