mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
Improve form behaviour to allow removing of document:
* add button to remove document ; * fix error when document is removed ;
This commit is contained in:
6
Resources/config/services/form.yml
Normal file
6
Resources/config/services/form.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
Chill\DocStoreBundle\Form\StoredObjectType:
|
||||
arguments:
|
||||
$em: '@Doctrine\ORM\EntityManagerInterface'
|
||||
tags:
|
||||
- { name: form.type }
|
Reference in New Issue
Block a user