allow to create a new area

This commit is contained in:
Manuel Raynaud
2013-10-14 12:28:30 +02:00
parent 4671132964
commit 97887f1d54
5 changed files with 35 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ class AreaController extends AbstractCrudController
private function hydrateEvent($event, $formData)
{
$event->setName($formData['name']);
$event->setAreaName($formData['name']);
return $event;
}