[wip] layout of custom field edition

[ci skip]
This commit is contained in:
2015-11-25 08:45:17 +01:00
parent cbcc722c0d
commit b96076022f
5 changed files with 62 additions and 14 deletions

View File

@@ -159,7 +159,7 @@ class CustomFieldController extends Controller
$editForm = $this->createEditForm($entity, $entity->getType());
$deleteForm = $this->createDeleteForm($id);
return $this->render('ChillCustomFieldsBundle:CustomField:edit.html.twig', array(
'entity' => $entity,
'edit_form' => $editForm->createView(),