mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
add search possibility throught all bundles, and remove deps between mainbundle and person bundle.
refs #223
This commit is contained in:
@@ -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
|
||||
|
@@ -54,3 +54,7 @@ services:
|
||||
- "@request_stack"
|
||||
tags:
|
||||
- { name: form.type, alias: select2_chill_country }
|
||||
|
||||
chill.main.search_provider:
|
||||
class: Chill\MainBundle\Search\SearchProvider
|
||||
|
||||
|
Reference in New Issue
Block a user