allow intl for image object

This commit is contained in:
Manuel Raynaud
2014-02-10 11:49:52 +01:00
parent d0ba2895da
commit b9575432fd
5 changed files with 52 additions and 15 deletions

View File

@@ -130,6 +130,12 @@ abstract class ImageModification extends BaseForm
)
)
)
->add("locale", "text", array(
"constraints" => array(
new NotBlank()
),
"label_attr" => array("for" => "locale_create")
))
;
}
}