add a step to pick center before export

This commit is contained in:
2016-01-23 01:19:06 +01:00
parent fa246b37b6
commit 8eba8dca24
4 changed files with 186 additions and 3 deletions

View File

@@ -169,6 +169,15 @@ services:
tags:
- { name: form.type }
chill.main.form.pick_centers_type:
class: Chill\MainBundle\Form\Type\Export\PickCenterType
arguments:
- "@security.token_storage"
- "@chill.main.export_manager"
- "@chill.main.security.authorization.helper"
tags:
- { name: form.type }
chill.main.form.formatter_type:
class: Chill\MainBundle\Form\Type\Export\FormatterType
arguments: