add form to update/create address and pick postal code

This commit is contained in:
2016-03-10 21:44:13 +01:00
parent a9e04e56be
commit d8efc93be0
5 changed files with 141 additions and 4 deletions

View File

@@ -127,3 +127,10 @@ services:
- "@translator"
tags:
- { name: validator.constraint_validator, alias: 'role_scope_scope_presence' }
chill.main.form.type.postal_code_type:
class: Chill\MainBundle\Form\Type\PostalCodeType
arguments:
- "@chill.main.helper.translatable_string"
tags:
- { name: form.type }