allow to create new content

This commit is contained in:
Manuel Raynaud
2013-09-21 16:38:22 +02:00
parent 1da66ece29
commit 4e3768e0e9
5 changed files with 40 additions and 6 deletions

View File

@@ -108,10 +108,12 @@ class ContentController extends AbstractCrudController
$contentCreateEvent
->setLocale($formData['locale'])
->setDefaultFolder($formData['default_controller'])
->setDefaultFolder($formData['default_folder'])
->setTitle($formData['title'])
->setVisible($formData['visible'])
;
return $contentCreateEvent;
}
/**