sf4 depreciation: repairing crud custom routes loader

This commit is contained in:
2021-02-02 11:48:19 +01:00
parent 42c2ac48d2
commit 0b8a22ae46
4 changed files with 173 additions and 13 deletions

View File

@@ -30,6 +30,9 @@ chill_password_recover:
resource: "@ChillMainBundle/config/routes/password_recover.yaml"
prefix: "public/{_locale}/password"
chill_crud:
resource: "@ChillMainBundle"
type: CRUD
root:
path: /

View File

@@ -1,8 +1,8 @@
services:
# Chill\MainBundle\CRUD\Routing\CRUDRoutesLoader:
#
# tags:
# - routing.loader
Chill\MainBundle\CRUD\Routing\CRUDRoutesLoader:
arguments:
$config: '%chill_main_crud_route_loader_config%'
tags: [ routing.loader ]
Chill\MainBundle\CRUD\Resolver\Resolver:
arguments: