complete CustomerCreation form

This commit is contained in:
Manuel Raynaud
2013-07-02 11:48:34 +02:00
parent 6f4c2f0376
commit e15c53625e
5 changed files with 95 additions and 9 deletions

View File

@@ -50,6 +50,7 @@ class Customer implements EventSubscriberInterface
if ($form->isValid()) {
echo "ok"; exit;
} else {
$event->setFormError($form);
}
}