mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
Feature: allow to administrate budget resources and charges from the admin
This commit is contained in:
@@ -3,3 +3,7 @@ services:
|
||||
autowire: true
|
||||
resource: '../../Controller'
|
||||
tags: ['controller.service_arguments']
|
||||
Chill\BudgetBundle\Controller\Admin\:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
resource: '../../Controller/Admin'
|
||||
|
@@ -1,14 +1,9 @@
|
||||
services:
|
||||
Chill\BudgetBundle\Form\ResourceType:
|
||||
arguments:
|
||||
$configRepository: '@Chill\BudgetBundle\Config\ConfigRepository'
|
||||
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
||||
tags:
|
||||
- { name: 'form.type' }
|
||||
|
||||
Chill\BudgetBundle\Form\ChargeType:
|
||||
arguments:
|
||||
$configRepository: '@Chill\BudgetBundle\Config\ConfigRepository'
|
||||
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
||||
Chill\BudgetBundle\Form\:
|
||||
autowire: true
|
||||
resource: '../../Form'
|
||||
tags:
|
||||
- { name: 'form.type' }
|
||||
# Chill\BudgetBundle\Form\Admin\:
|
||||
# autowire: true
|
||||
# resource: '../../Form/Admin'
|
||||
|
@@ -1,8 +1,5 @@
|
||||
services:
|
||||
Chill\BudgetBundle\Menu\PersonMenuBuilder:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
Chill\BudgetBundle\Menu\HouseholdMenuBuilder:
|
||||
Chill\BudgetBundle\Menu\:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
resource: './../../Menu'
|
||||
|
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
Chill\BudgetBundle\Repository\:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
resource: './../../Repository'
|
@@ -1,7 +1,5 @@
|
||||
services:
|
||||
Chill\BudgetBundle\Templating\Twig:
|
||||
arguments:
|
||||
$configRepository: '@Chill\BudgetBundle\Config\ConfigRepository'
|
||||
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
||||
tags:
|
||||
- { name: 'twig.extension' }
|
||||
Chill\BudgetBundle\Templating\:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
resource: '../../Templating'
|
||||
|
Reference in New Issue
Block a user